about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-05-23 15:26:59 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-05-23 15:26:59 +0200
commit24be25f134ecadbcb235a46d76a37ffcbce15ce5 (patch)
tree87b21abf27b39d7722a181f19023a61e36b09ee6
parentcda5becc27cbc7106646fbc40aacea5e7896d954 (diff)
downloadrust-24be25f134ecadbcb235a46d76a37ffcbce15ce5.tar.gz
rust-24be25f134ecadbcb235a46d76a37ffcbce15ce5.zip
Migrate GUI colors test to original CSS color format
-rw-r--r--tests/rustdoc-gui/jump-to-def-background.goml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rustdoc-gui/jump-to-def-background.goml b/tests/rustdoc-gui/jump-to-def-background.goml
index 3a7d48284d7..6adc36b0edb 100644
--- a/tests/rustdoc-gui/jump-to-def-background.goml
+++ b/tests/rustdoc-gui/jump-to-def-background.goml
@@ -17,6 +17,6 @@ define-function: (
     },
 )
 
-call-function: ("check-background-color", ("ayu", "rgb(51, 51, 51)"))
-call-function: ("check-background-color", ("dark", "rgb(51, 51, 51)"))
-call-function: ("check-background-color", ("light", "rgb(238, 238, 238)"))
+call-function: ("check-background-color", ("ayu", "#333"))
+call-function: ("check-background-color", ("dark", "#333"))
+call-function: ("check-background-color", ("light", "#eee"))