diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-04-01 21:11:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-04-01 22:25:01 +0200 |
| commit | 59120d0ef54fdb860cb88a9169eb3ff71d2799b3 (patch) | |
| tree | 47c304e82008d5972f34c22bfe6365778d1d03bc /tests/rustdoc-gui/sidebar-source-code-display.goml | |
| parent | 6bb6b816bfcf9e26fac5175e3e907dcefe5ecdbc (diff) | |
| download | rust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.tar.gz rust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.zip | |
Update to new browser-ui-test version
Diffstat (limited to 'tests/rustdoc-gui/sidebar-source-code-display.goml')
| -rw-r--r-- | tests/rustdoc-gui/sidebar-source-code-display.goml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-gui/sidebar-source-code-display.goml b/tests/rustdoc-gui/sidebar-source-code-display.goml index 5149d4991f7..41c8e45f4a6 100644 --- a/tests/rustdoc-gui/sidebar-source-code-display.goml +++ b/tests/rustdoc-gui/sidebar-source-code-display.goml @@ -30,9 +30,9 @@ show-text: true define-function: ( "check-colors", - ( + [ theme, color, color_hover, background, background_hover, background_toggle, - ), + ], block { set-local-storage: {"rustdoc-theme": |theme|, "rustdoc-use-system-theme": "false"} reload: |
