]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/overflow-tooltip-information.goml
Update rustdoc tests
[rust.git] / src / test / rustdoc-gui / overflow-tooltip-information.goml
1 // The goal of this test is to ensure that the tooltip `.information` class doesn't
2 // have overflow and max-width CSS rules set because they create a bug in firefox on
3 // mac. For more information: https://github.com/rust-lang/rust/issues/89185
4 goto: file://|DOC_PATH|/test_docs/fn.foo.html
5 assert-css: (".docblock > .information", {
6     "overflow-x": "visible",
7     "max-width": "none"
8 }, ALL)