Skip to content

Commit 24be25f

Browse files
Migrate GUI colors test to original CSS color format
1 parent cda5bec commit 24be25f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 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)