diff options
| author | Michael Howell <michael@notriddle.com> | 2022-10-08 10:43:23 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-10-08 10:48:19 -0700 |
| commit | d2e14e2d114bd3f7b56afdb4f6171577b13272c5 (patch) | |
| tree | 8c4fbbc43b62105525a258e548a13eb77716079d /src/test/rustdoc-gui/sidebar-source-code.goml | |
| parent | bba9785dd73f61aacd301a2cb379e1e85a129047 (diff) | |
| download | rust-d2e14e2d114bd3f7b56afdb4f6171577b13272c5.tar.gz rust-d2e14e2d114bd3f7b56afdb4f6171577b13272c5.zip | |
rustdoc: remove mobile topbar from source pages instead of hiding it
Diffstat (limited to 'src/test/rustdoc-gui/sidebar-source-code.goml')
| -rw-r--r-- | src/test/rustdoc-gui/sidebar-source-code.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/sidebar-source-code.goml b/src/test/rustdoc-gui/sidebar-source-code.goml index e882080c7da..00d1c8aad52 100644 --- a/src/test/rustdoc-gui/sidebar-source-code.goml +++ b/src/test/rustdoc-gui/sidebar-source-code.goml @@ -42,4 +42,4 @@ assert-false: ".source-sidebar-expanded" assert: "nav.sidebar" // Check that the topbar is not visible -assert-property: (".mobile-topbar", {"offsetParent": "null"}) +assert-false: ".mobile-topbar" |
