summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/theme-in-history.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/theme-in-history.goml')
-rw-r--r--src/test/rustdoc-gui/theme-in-history.goml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/theme-in-history.goml b/src/test/rustdoc-gui/theme-in-history.goml
index c29571728..10508e86a 100644
--- a/src/test/rustdoc-gui/theme-in-history.goml
+++ b/src/test/rustdoc-gui/theme-in-history.goml
@@ -3,7 +3,6 @@ goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
// Set the theme to dark.
local-storage: {
"rustdoc-theme": "dark",
- "rustdoc-preferred-dark-theme": "dark",
"rustdoc-use-system-theme": "false",
}
// We reload the page so the local storage settings are being used.