We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925ff53 commit ef00e3bCopy full SHA for ef00e3b
src/test/rustdoc-gui/type-declation-overflow.goml
@@ -31,6 +31,7 @@ assert-property: (".item-decl pre", {"scrollWidth": "950"})
31
// On mobile:
32
size: (600, 600)
33
goto: file://|DOC_PATH|/lib2/too_long/struct.SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName.html
34
+// It shouldn't have an overflow in the topbar either.
35
assert-property: (".mobile-topbar .location", {"scrollWidth": "986"})
36
assert-property: (".mobile-topbar .location", {"clientWidth": "504"})
37
assert-css: (".mobile-topbar .location", {"overflow-x": "hidden"})
0 commit comments