Skip to content

Commit f737ec4

Browse files
authored
Rollup merge of #111871 - GuillaumeGomez:migrate-gui-test-color-5, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? `@notriddle`
2 parents 20b6e5a + 24be25f commit f737ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/rustdoc-gui/jump-to-def-background.goml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ define-function: (
1717
},
1818
)
1919

20-
call-function: ("check-background-color", ("ayu", "rgb(51, 51, 51)"))
21-
call-function: ("check-background-color", ("dark", "rgb(51, 51, 51)"))
22-
call-function: ("check-background-color", ("light", "rgb(238, 238, 238)"))
20+
call-function: ("check-background-color", ("ayu", "#333"))
21+
call-function: ("check-background-color", ("dark", "#333"))
22+
call-function: ("check-background-color", ("light", "#eee"))

0 commit comments

Comments
 (0)