diff options
| author | bors <bors@rust-lang.org> | 2022-09-10 06:55:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-10 06:55:37 +0000 |
| commit | db9d86b58dff2a19d84d5e557641dfbb4cbb3a8d (patch) | |
| tree | b34922610ea83e017e6942fde1e716a4c76fb7dc /src/test/rustdoc-gui | |
| parent | cedd26b1ea066fe243b82b0f78e37066c6f4d789 (diff) | |
| parent | 973059e1e7e3a66c3138e7578d7c9c9ab83b5318 (diff) | |
| download | rust-db9d86b58dff2a19d84d5e557641dfbb4cbb3a8d.tar.gz rust-db9d86b58dff2a19d84d5e557641dfbb4cbb3a8d.zip | |
Auto merge of #101639 - matthiaskrgr:rollup-sewkrgm, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #101413 (Use RelocModel::Pic for UEFI targets)
- #101595 (Fix ICE report flags display.)
- #101616 (Adapt test for msan message change)
- #101624 (rustdoc: remove unused CSS `#search { position: relative }`)
- #101633 (Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page)
- #101634 (Rustdoc-Json Tests: Use ``@is`` and ``@ismany`` more often.)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/rustdoc-gui')
| -rw-r--r-- | src/test/rustdoc-gui/search-result-display.goml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc-gui/search-result-display.goml b/src/test/rustdoc-gui/search-result-display.goml index db4907924fa..54482005fa6 100644 --- a/src/test/rustdoc-gui/search-result-display.goml +++ b/src/test/rustdoc-gui/search-result-display.goml @@ -7,11 +7,11 @@ press-key: 'Enter' wait-for: "#crate-search" // The width is returned by "getComputedStyle" which returns the exact number instead of the // CSS rule which is "50%"... -assert-css: (".search-results div.desc", {"width": "295px"}) +assert-css: (".search-results div.desc", {"width": "293px"}) size: (600, 100) // As counter-intuitive as it may seem, in this width, the width is "100%", which is why // when computed it's larger. -assert-css: (".search-results div.desc", {"width": "570px"}) +assert-css: (".search-results div.desc", {"width": "566px"}) // Check that the crate filter `<select>` is correctly handled when it goes to next line. // To do so we need to update the length of one of its `<option>`. |
