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:
Matthias Krüger 2023-09-16 23:20:42 +02:00 committed by GitHub
commit 5a8179bf5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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