2021-10-24 08:28:58 -05:00
|
|
|
// The goal of this test is to ensure that the tooltip `.information` class doesn't
|
|
|
|
// have overflow and max-width CSS rules set because they create a bug in firefox on
|
|
|
|
// mac. For more information: https://github.com/rust-lang/rust/issues/89185
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/fn.foo.html"
|
2022-09-09 09:18:22 -05:00
|
|
|
assert-css: (".docblock > .example-wrap .tooltip", {
|
2021-10-24 08:28:58 -05:00
|
|
|
"overflow-x": "visible",
|
|
|
|
"max-width": "none"
|
|
|
|
}, ALL)
|