Rollup merge of #115890 - GuillaumeGomez:migrate-gui-test-color-41, 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
5a8179bf5a
@ -151,7 +151,7 @@ assert-css: (
|
||||
)
|
||||
assert-css: (
|
||||
"//*[@class='result-name']//*[text()='test_docs::']/ancestor::a",
|
||||
{"color": "#fff", "background-color": "rgb(60, 60, 60)"},
|
||||
{"color": "#fff", "background-color": "#3c3c3c"},
|
||||
)
|
||||
|
||||
// Dark theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user