From 8e86019ea65881f9b10f6a4db8f35d4bfe8ffffe Mon Sep 17 00:00:00 2001 From: Alison Maher Date: Wed, 26 May 2021 20:29:21 +0000 Subject: [PATCH] Bug 1712770 [wpt PR 29104] - Forced accent-color followup, a=testonly Automatic update from web-platform-tests Forced accent-color followup In CL:2847031, accent-color was forced to auto in forced colors mode. This CL moves this logic to StyleAdjuster::AdjustForForcedColorsMode() so that it is forced in the same place as the other properties forced at computed value time. Bug: 1092093 Change-Id: I77ba92e30c6ea060521a8d05747c32a38f149601 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2909975 Reviewed-by: Joey Arhar Reviewed-by: Anders Hartvoll Ruud Commit-Queue: Alison Maher Cr-Commit-Position: refs/heads/master@{#886369} -- wpt-commits: bc6aa2df9438b02a2be08efb88db022e6943217c wpt-pr: 29104 --- .../forced-colors-mode/forced-colors-mode-50.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/web-platform/tests/forced-colors-mode/forced-colors-mode-50.html diff --git a/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-50.html b/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-50.html new file mode 100644 index 000000000000..5a98534371a8 --- /dev/null +++ b/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-50.html @@ -0,0 +1,23 @@ + + +Forced colors mode - accent-color. + + + + + + + + -- 2.11.4.GIT