Skip to content

Commit 3522baa

Browse files
Migrate GUI colors test to original CSS color format
1 parent e94bda3 commit 3522baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/rustdoc-gui/theme-change.goml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
33
set-local-storage: {"rustdoc-use-system-theme": "false", "rustdoc-theme": "dark"}
44
reload:
55

6-
store-value: (background_light, "rgb(255, 255, 255)")
7-
store-value: (background_dark, "rgb(53, 53, 53)")
8-
store-value: (background_ayu, "rgb(15, 20, 25)")
6+
store-value: (background_light, "white")
7+
store-value: (background_dark, "#353535")
8+
store-value: (background_ayu, "#0f1419")
99

1010
click: "#settings-menu"
1111
wait-for: "#theme-ayu"

0 commit comments

Comments
 (0)