We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5082e commit b96cde7Copy full SHA for b96cde7
src/test/rustdoc-gui/type-declation-overflow.goml
@@ -32,6 +32,6 @@ assert-property: (".item-decl pre", {"scrollWidth": "950"})
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": "492"})
36
-assert-property: (".mobile-topbar .location", {"clientWidth": "492"})
+assert-property: (".mobile-topbar .location", {"scrollWidth": "502"})
+assert-property: (".mobile-topbar .location", {"clientWidth": "502"})
37
assert-css: (".mobile-topbar .location", {"overflow-x": "hidden"})
0 commit comments