test: bump the mobile width in rustdoc-gui/type-declation-overflow.goml
This commit is contained in:
parent
4a5082e91e
commit
b96cde7cba
1 changed files with 2 additions and 2 deletions
|
|
@ -32,6 +32,6 @@ assert-property: (".item-decl pre", {"scrollWidth": "950"})
|
|||
size: (600, 600)
|
||||
goto: file://|DOC_PATH|/lib2/too_long/struct.SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName.html
|
||||
// It shouldn't have an overflow in the topbar either.
|
||||
assert-property: (".mobile-topbar .location", {"scrollWidth": "492"})
|
||||
assert-property: (".mobile-topbar .location", {"clientWidth": "492"})
|
||||
assert-property: (".mobile-topbar .location", {"scrollWidth": "502"})
|
||||
assert-property: (".mobile-topbar .location", {"clientWidth": "502"})
|
||||
assert-css: (".mobile-topbar .location", {"overflow-x": "hidden"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue