diff options
| author | bors <bors@rust-lang.org> | 2024-12-05 23:42:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-12-05 23:42:57 +0000 |
| commit | 706141b8d9090228343340378b1d4a2b095fa1fb (patch) | |
| tree | e87ce86ba71331485e2d1140a2684345050f220f /tests/rustdoc-gui/source-code-page-code-scroll.goml | |
| parent | c94848c046d29f9a80c09aae758e27e418a289f2 (diff) | |
| parent | 5dc05a8d01d0608c38061b839f7da77e599f6479 (diff) | |
| download | rust-706141b8d9090228343340378b1d4a2b095fa1fb.tar.gz rust-706141b8d9090228343340378b1d4a2b095fa1fb.zip | |
Auto merge of #133940 - GuillaumeGomez:rollup-nm1cz5j, r=GuillaumeGomez
Rollup of 8 pull requests Successful merges: - #132155 (Always display first line of impl blocks even when collapsed) - #133256 (CI: use free runners for i686-gnu jobs) - #133607 (implement checks for tail calls) - #133821 (Replace black with ruff in `tidy`) - #133827 (CI: rfl: move job forward to Linux v6.13-rc1) - #133910 (Normalize target-cpus.rs stdout test for LLVM changes) - #133921 (Adapt codegen tests for NUW inference) - #133936 (Avoid fetching the anon const hir node that is already available) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/rustdoc-gui/source-code-page-code-scroll.goml')
| -rw-r--r-- | tests/rustdoc-gui/source-code-page-code-scroll.goml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-gui/source-code-page-code-scroll.goml b/tests/rustdoc-gui/source-code-page-code-scroll.goml index 31ab281d6ce..60012db6c8c 100644 --- a/tests/rustdoc-gui/source-code-page-code-scroll.goml +++ b/tests/rustdoc-gui/source-code-page-code-scroll.goml @@ -2,7 +2,7 @@ go-to: "file://" + |DOC_PATH| + "/src/test_docs/lib.rs.html" set-window-size: (800, 1000) // "scrollWidth" should be superior than "clientWidth". -assert-property: ("body", {"scrollWidth": 1114, "clientWidth": 800}) +assert-property: ("body", {"scrollWidth": 1776, "clientWidth": 800}) // Both properties should be equal (ie, no scroll on the code block). -assert-property: (".example-wrap .rust", {"scrollWidth": 1000, "clientWidth": 1000}) +assert-property: (".example-wrap .rust", {"scrollWidth": 1662, "clientWidth": 1662}) |
