]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/overflow-tooltip-information.goml
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / 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 > .example-wrap .tooltip", {
6     "overflow-x": "visible",
7     "max-width": "none"
8 }, ALL)