about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/sidebar-source-code.goml
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-10-08 10:43:23 -0700
committerMichael Howell <michael@notriddle.com>2022-10-08 10:48:19 -0700
commitd2e14e2d114bd3f7b56afdb4f6171577b13272c5 (patch)
tree8c4fbbc43b62105525a258e548a13eb77716079d /src/test/rustdoc-gui/sidebar-source-code.goml
parentbba9785dd73f61aacd301a2cb379e1e85a129047 (diff)
downloadrust-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.goml2
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"