about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-08-23 10:37:30 -0700
committerJosh Stone <jistone@redhat.com>2022-08-23 13:00:18 -0700
commitb96cde7cba8927ee75de2ad888c4089d99837e41 (patch)
treea0638bf2e36abfd1a6f5b9ceb21a0253b63e2740 /src
parent4a5082e91e4aa17c8ed5f628d2c8a17fdbbde1d5 (diff)
downloadrust-b96cde7cba8927ee75de2ad888c4089d99837e41.tar.gz
rust-b96cde7cba8927ee75de2ad888c4089d99837e41.zip
test: bump the mobile width in rustdoc-gui/type-declation-overflow.goml
Diffstat (limited to 'src')
-rw-r--r--src/test/rustdoc-gui/type-declation-overflow.goml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc-gui/type-declation-overflow.goml b/src/test/rustdoc-gui/type-declation-overflow.goml
index 22212a31728..85e03c45e70 100644
--- a/src/test/rustdoc-gui/type-declation-overflow.goml
+++ b/src/test/rustdoc-gui/type-declation-overflow.goml
@@ -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"})