Skip to content

Commit 164517c

Browse files
authored
Rollup merge of rust-lang#116106 - GuillaumeGomez:migrate-gui-test-color-42, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of rust-lang#111459. And with this one I'm finally done with this migration. r? ``@notriddle``
2 parents 2fd7acf + 2d25a25 commit 164517c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/default-settings.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
go-to: "file://" + |DOC_PATH| + "/settings/index.html"
66
// Wait a bit to be sure the default theme is applied.
77
// If the theme isn't applied, the command will time out.
8-
wait-for-css: ("body", {"background-color": "rgb(15, 20, 25)"})
8+
wait-for-css: ("body", {"background-color": "#0f1419"})

0 commit comments

Comments
 (0)