Skip to content

Commit

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

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

r? `@notriddle`
  • Loading branch information
matthiaskrgr committed Sep 16, 2023
2 parents abae2b6 + e691752 commit 5a8179b
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 5a8179b

Please sign in to comment.