Skip to content

Commit 5a8179b

Browse files
authored
Rollup merge of #115890 - GuillaumeGomez:migrate-gui-test-color-41, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? `@notriddle`
2 parents abae2b6 + e691752 commit 5a8179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/search-result-color.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ assert-css: (
151151
)
152152
assert-css: (
153153
"//*[@class='result-name']//*[text()='test_docs::']/ancestor::a",
154-
{"color": "#fff", "background-color": "rgb(60, 60, 60)"},
154+
{"color": "#fff", "background-color": "#3c3c3c"},
155155
)
156156

157157
// Dark theme

0 commit comments

Comments
 (0)