diff options
| author | bors <bors@rust-lang.org> | 2022-02-05 15:46:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-02-05 15:46:24 +0000 |
| commit | 291bf94cfd6456602d67f0e3be109bcd8c125b1a (patch) | |
| tree | a3e99a2d62f9c323731e54f0b5ad184018b3bcc2 /src/test/rustdoc-gui | |
| parent | 4c55c8362de32be1530b2441c3e3a51e73edeb21 (diff) | |
| parent | ef00e3bee7fcb95968f04a7c2582c7463a97cd29 (diff) | |
| download | rust-291bf94cfd6456602d67f0e3be109bcd8c125b1a.tar.gz rust-291bf94cfd6456602d67f0e3be109bcd8c125b1a.zip | |
Auto merge of #93597 - GuillaumeGomez:update-browser-ui-test, r=jsha
Update browser-ui-test version The puppeteer version update is limited because new versions has some "interesting" flaws. r? `@jsha`
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/type-declation-overflow.goml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/type-declation-overflow.goml b/src/test/rustdoc-gui/type-declation-overflow.goml index 229c6d6ba6b..99aa38e87e9 100644 --- a/src/test/rustdoc-gui/type-declation-overflow.goml +++ b/src/test/rustdoc-gui/type-declation-overflow.goml @@ -31,6 +31,7 @@ assert-property: (".item-decl pre", {"scrollWidth": "950"}) // On mobile: 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": "986"}) assert-property: (".mobile-topbar .location", {"clientWidth": "504"}) assert-css: (".mobile-topbar .location", {"overflow-x": "hidden"}) |
