Skip to content

Commit ef00e3b

Browse files
Add comment in GUI test
1 parent 925ff53 commit ef00e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ assert-property: (".item-decl pre", {"scrollWidth": "950"})
3131
// On mobile:
3232
size: (600, 600)
3333
goto: file://|DOC_PATH|/lib2/too_long/struct.SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName.html
34+
// It shouldn't have an overflow in the topbar either.
3435
assert-property: (".mobile-topbar .location", {"scrollWidth": "986"})
3536
assert-property: (".mobile-topbar .location", {"clientWidth": "504"})
3637
assert-css: (".mobile-topbar .location", {"overflow-x": "hidden"})

0 commit comments

Comments
 (0)