From f333932ba8b473c2ed85752cbdb3b58a11acf421 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 29 May 2023 15:59:45 +0200 Subject: [PATCH 1/2] Update browser-ui-test version to 0.16.5 --- .../docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version index 806935b827ff5..3ccca1e8b89bc 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version +++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version @@ -1 +1 @@ -0.16.4 \ No newline at end of file +0.16.5 \ No newline at end of file From 17e3d1cd4a25744e68bdf2c9792adcc580c015b6 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 29 May 2023 16:03:56 +0200 Subject: [PATCH 2/2] Migrate GUI colors test to original CSS color format --- tests/rustdoc-gui/target.goml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/rustdoc-gui/target.goml b/tests/rustdoc-gui/target.goml index 0c514fc686420..c5e7f813dd194 100644 --- a/tests/rustdoc-gui/target.goml +++ b/tests/rustdoc-gui/target.goml @@ -25,11 +25,11 @@ call-function: ("check-style", { }) call-function: ("check-style", { "theme": "dark", - "background": "rgb(73, 74, 61)", - "border": "rgb(187, 116, 16)", + "background": "#494a3d", + "border": "#bb7410", }) call-function: ("check-style", { "theme": "light", - "background": "rgb(253, 255, 211)", - "border": "rgb(173, 124, 55)", + "background": "#fdffd3", + "border": "#ad7c37", })