Skip to content

Commit 8c1dda1

Browse files
authored
Rollup merge of #112064 - GuillaumeGomez:migrate-gui-test-color-9, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. The `browser-ui-test` update is a fix when converting the alpha value to hex format. More information [here](GuillaumeGomez/browser-UI-test#511). r? `@notriddle`
2 parents 6d51c1c + 17e3d1c commit 8c1dda1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.4
1+
0.16.5

tests/rustdoc-gui/target.goml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ call-function: ("check-style", {
2525
})
2626
call-function: ("check-style", {
2727
"theme": "dark",
28-
"background": "rgb(73, 74, 61)",
29-
"border": "rgb(187, 116, 16)",
28+
"background": "#494a3d",
29+
"border": "#bb7410",
3030
})
3131
call-function: ("check-style", {
3232
"theme": "light",
33-
"background": "rgb(253, 255, 211)",
34-
"border": "rgb(173, 124, 55)",
33+
"background": "#fdffd3",
34+
"border": "#ad7c37",
3535
})

0 commit comments

Comments
 (0)