Skip to content

Commit b96cde7

Browse files
committed
test: bump the mobile width in rustdoc-gui/type-declation-overflow.goml
1 parent 4a5082e commit b96cde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc-gui/type-declation-overflow.goml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ assert-property: (".item-decl pre", {"scrollWidth": "950"})
3232
size: (600, 600)
3333
goto: file://|DOC_PATH|/lib2/too_long/struct.SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName.html
3434
// 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"})
35+
assert-property: (".mobile-topbar .location", {"scrollWidth": "502"})
36+
assert-property: (".mobile-topbar .location", {"clientWidth": "502"})
3737
assert-css: (".mobile-topbar .location", {"overflow-x": "hidden"})

0 commit comments

Comments
 (0)