about summary refs log tree commit diff
path: root/tests/rustdoc-gui/sidebar-source-code-display.goml
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2024-09-02 19:42:28 -0700
committerMichael Howell <michael@notriddle.com>2024-09-10 17:56:06 -0700
commit5b1b2e97e36c4966b9c6c30d5679f6da76503fc7 (patch)
treec547e08dcc1f152f023b0b308fb87964f7926fb4 /tests/rustdoc-gui/sidebar-source-code-display.goml
parentd05323c7b4ebeaeaffe3ea8e0d02a8b01db67ddd (diff)
downloadrust-5b1b2e97e36c4966b9c6c30d5679f6da76503fc7.tar.gz
rust-5b1b2e97e36c4966b9c6c30d5679f6da76503fc7.zip
rustdoc: make the header show all three buttons
This tweaks it to use less space for the breadcrumbs.
Diffstat (limited to 'tests/rustdoc-gui/sidebar-source-code-display.goml')
-rw-r--r--tests/rustdoc-gui/sidebar-source-code-display.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/sidebar-source-code-display.goml b/tests/rustdoc-gui/sidebar-source-code-display.goml
index 99810cd7863..c3e02c4e9b4 100644
--- a/tests/rustdoc-gui/sidebar-source-code-display.goml
+++ b/tests/rustdoc-gui/sidebar-source-code-display.goml
@@ -141,7 +141,7 @@ click: "#sidebar-button"
 wait-for-css: (".src .sidebar > *", {"visibility": "hidden"})
 // We scroll to line 117 to change the scroll position.
 scroll-to: '//*[@id="117"]'
-store-value: (y_offset, "2567")
+store-value: (y_offset, "2564")
 assert-window-property: {"pageYOffset": |y_offset|}
 // Expanding the sidebar...
 click: "#sidebar-button"