mirror of https://github.com/rust-lang/rust.git
Rollup merge of #111871 - GuillaumeGomez:migrate-gui-test-color-5, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of https://github.com/rust-lang/rust/pull/111459. r? `@notriddle`
This commit is contained in:
commit
f737ec40e6
|
@ -17,6 +17,6 @@ define-function: (
|
|||
},
|
||||
)
|
||||
|
||||
call-function: ("check-background-color", ("ayu", "rgb(51, 51, 51)"))
|
||||
call-function: ("check-background-color", ("dark", "rgb(51, 51, 51)"))
|
||||
call-function: ("check-background-color", ("light", "rgb(238, 238, 238)"))
|
||||
call-function: ("check-background-color", ("ayu", "#333"))
|
||||
call-function: ("check-background-color", ("dark", "#333"))
|
||||
call-function: ("check-background-color", ("light", "#eee"))
|
||||
|
|
Loading…
Reference in New Issue