From 9af6f8aff42270046369524fb36519c309ef30c9 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Wed, 26 May 2021 19:43:45 +0000 Subject: [PATCH] Bug 1707054 [wpt PR 28649] - accent-color CSS property followups, a=testonly Automatic update from web-platform-tests accent-color CSS property followups This implements the additional style code for the accent-color CSS property as requested here: https://chromium-review.googlesource.com/c/chromium/src/+/2681146/25#message-f5e3b68d778106538cf6c94b3922e9526dc2aaa6 Bug: 1092093 Change-Id: I8614100ca90c6de2b850888971643b66751232c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2847031 Commit-Queue: Joey Arhar Reviewed-by: Anders Hartvoll Ruud Cr-Commit-Position: refs/heads/master@{#884815} -- wpt-commits: 0cb2cd80ab7503620df96b4dbc2349f03881af8e wpt-pr: 28649 --- .../properties/accent-color.html | 35 +++++++ .../tests/css/css-ui/accent-color-computed.html | 7 ++ .../tests/css/css-ui/accent-color-visited-ref.html | 4 + .../css/css-ui/accent-color-visited.tentative.html | 15 +++ .../animation/accent-color-interpolation.html | 106 +++++++++++++++++++++ 5 files changed, 167 insertions(+) create mode 100644 testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/accent-color.html create mode 100644 testing/web-platform/tests/css/css-ui/accent-color-visited-ref.html create mode 100644 testing/web-platform/tests/css/css-ui/accent-color-visited.tentative.html create mode 100644 testing/web-platform/tests/css/css-ui/animation/accent-color-interpolation.html diff --git a/testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/accent-color.html b/testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/accent-color.html new file mode 100644 index 000000000000..8cd0b986e866 --- /dev/null +++ b/testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/accent-color.html @@ -0,0 +1,35 @@ + + +'accent-color' property + + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-ui/accent-color-computed.html b/testing/web-platform/tests/css/css-ui/accent-color-computed.html index 896e4bb36d92..10e080104d7d 100644 --- a/testing/web-platform/tests/css/css-ui/accent-color-computed.html +++ b/testing/web-platform/tests/css/css-ui/accent-color-computed.html @@ -9,9 +9,16 @@
+
diff --git a/testing/web-platform/tests/css/css-ui/accent-color-visited-ref.html b/testing/web-platform/tests/css/css-ui/accent-color-visited-ref.html new file mode 100644 index 000000000000..3954a3193ea3 --- /dev/null +++ b/testing/web-platform/tests/css/css-ui/accent-color-visited-ref.html @@ -0,0 +1,4 @@ + + + + diff --git a/testing/web-platform/tests/css/css-ui/accent-color-visited.tentative.html b/testing/web-platform/tests/css/css-ui/accent-color-visited.tentative.html new file mode 100644 index 000000000000..5aee0f125f7a --- /dev/null +++ b/testing/web-platform/tests/css/css-ui/accent-color-visited.tentative.html @@ -0,0 +1,15 @@ + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-ui/animation/accent-color-interpolation.html b/testing/web-platform/tests/css/css-ui/animation/accent-color-interpolation.html new file mode 100644 index 000000000000..20d87c4e52cb --- /dev/null +++ b/testing/web-platform/tests/css/css-ui/animation/accent-color-interpolation.html @@ -0,0 +1,106 @@ + + +accent-color interpolation + + + + + + + + + + + + + + -- 2.11.4.GIT