diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-08-15 14:46:54 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-08-15 14:46:54 +0200 |
| commit | a826cdbc2145b9de6e36fcc30197a6b6aafb6f39 (patch) | |
| tree | 151ee5165c492961b00f5edb1226d7cfb457a60e | |
| parent | 3071e0aef6dfd0a150c3fb1da0abad4ec86ca0aa (diff) | |
| download | rust-a826cdbc2145b9de6e36fcc30197a6b6aafb6f39.tar.gz rust-a826cdbc2145b9de6e36fcc30197a6b6aafb6f39.zip | |
Migrate GUI colors test to original CSS color format
| -rw-r--r-- | tests/rustdoc-gui/unsafe-fn.goml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rustdoc-gui/unsafe-fn.goml b/tests/rustdoc-gui/unsafe-fn.goml index 51007b653d9..8d26f15f37f 100644 --- a/tests/rustdoc-gui/unsafe-fn.goml +++ b/tests/rustdoc-gui/unsafe-fn.goml @@ -23,6 +23,6 @@ define-function: ( }, ) -call-function: ("sup-check", ("dark", "rgb(221, 221, 221)")) -call-function: ("sup-check", ("ayu", "rgb(197, 197, 197)")) -call-function: ("sup-check", ("light", "rgb(0, 0, 0)")) +call-function: ("sup-check", ("ayu", "#c5c5c5")) +call-function: ("sup-check", ("dark", "#ddd")) +call-function: ("sup-check", ("light", "black")) |
