From b96cde7cba8927ee75de2ad888c4089d99837e41 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 23 Aug 2022 10:37:30 -0700 Subject: [PATCH] test: bump the mobile width in rustdoc-gui/type-declation-overflow.goml --- src/test/rustdoc-gui/type-declation-overflow.goml | 4 ++-- 1 file 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 22212a31728dc..85e03c45e700e 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"})