diff options
| author | Michael Howell <michael@notriddle.com> | 2022-09-21 17:29:47 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-09-21 17:29:47 -0700 |
| commit | f528d49c23c8d1f50152cbbebe0f1920136fa956 (patch) | |
| tree | 0ea8827e321c140408a7b8e51b993bee0e2839af /src/test/rustdoc-gui | |
| parent | ba5f05b1c4cd3a3db4f1f526a911cf76f815c6a2 (diff) | |
| download | rust-f528d49c23c8d1f50152cbbebe0f1920136fa956.tar.gz rust-f528d49c23c8d1f50152cbbebe0f1920136fa956.zip | |
rustdoc: update test case for headers without max-width
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/notable-trait.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/notable-trait.goml b/src/test/rustdoc-gui/notable-trait.goml index 69088a0774f..7eb00d825a5 100644 --- a/src/test/rustdoc-gui/notable-trait.goml +++ b/src/test/rustdoc-gui/notable-trait.goml @@ -83,7 +83,7 @@ assert-position: ( ) // Checking on very small mobile. The `i` should be on its own line. -size: (410, 600) +size: (365, 600) compare-elements-position-false: ( "//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']", "//*[@id='method.create_an_iterator_from_read']//*[@class='notable-traits']", |
