diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-09-16 23:20:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-16 23:20:42 +0200 |
| commit | 5a8179bf5a018f2ea90e52ffc1e37cf88df9606f (patch) | |
| tree | a670772c0df0ab0a5dc34c7b24525a0cdd259282 | |
| parent | abae2b66e83d3a31ff96550aab3c2e28d64837fa (diff) | |
| parent | e691752210d18f97d2d4df9c439a3e5b7e2becc5 (diff) | |
| download | rust-5a8179bf5a018f2ea90e52ffc1e37cf88df9606f.tar.gz rust-5a8179bf5a018f2ea90e52ffc1e37cf88df9606f.zip | |
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`
| -rw-r--r-- | tests/rustdoc-gui/search-result-color.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/search-result-color.goml b/tests/rustdoc-gui/search-result-color.goml index f9f81c5ba04..44677dfbfef 100644 --- a/tests/rustdoc-gui/search-result-color.goml +++ b/tests/rustdoc-gui/search-result-color.goml @@ -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 |
