Skip to content

Commit

Permalink
Unrolled build for rust-lang#115890
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#115890 - GuillaumeGomez:migrate-gui-test-color-41, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

r? `@notriddle`
  • Loading branch information
rust-timer committed Sep 16, 2023
2 parents 341ef15 + e691752 commit 0b95298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc-gui/search-result-color.goml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b95298

Please sign in to comment.