Skip to content

Commit 53ee185

Browse files
Rollup merge of #112388 - GuillaumeGomez:migrate-gui-test-color-12, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? `@notriddle`
2 parents 737dbb0 + 3522baa commit 53ee185

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)