From 92926414c11af5549e5f8d1eae603379a170c6e2 Mon Sep 17 00:00:00 2001 From: Kent Tamura Date: Mon, 2 Nov 2020 20:26:02 +0000 Subject: [PATCH] Bug 1674319 [wpt PR 26343] - css-pseudo: ::placeholder should not support 'writing-mode', 'direction', and 'text-orientation', a=testonly Automatic update from web-platform-tests css-pseudo: ::placeholder should not support 'writing-mode', 'direction', and 'text-orientation' https://drafts.csswg.org/css-pseudo-4/#placeholder-pseudo > All properties that apply to the ::first-line pseudo-element also > apply to the ::placeholder pseudo-element. https://drafts.csswg.org/css-pseudo-4/#first-line-styling > User agents may apply other properties as well except for the > following excluded properties: > * writing-mode > * direction > * text-orientation Bug: 1144040 Change-Id: Ia8c74ec80a7d94dc11053e4d95e3facae148f094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509073 Reviewed-by: Koji Ishii Commit-Queue: Kent Tamura Cr-Commit-Position: refs/heads/master@{#822556} -- wpt-commits: a24d40776a2fea52f1a698e10d5bd98f3f46dee5 wpt-pr: 26343 --- .../placeholder-excluded-properties.html | 22 ++++++++++++++++++++++ .../placeholder-excluded-properties-ref.html | 10 ++++++++++ 2 files changed, 32 insertions(+) create mode 100644 testing/web-platform/tests/css/css-pseudo/placeholder-excluded-properties.html create mode 100644 testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html diff --git a/testing/web-platform/tests/css/css-pseudo/placeholder-excluded-properties.html b/testing/web-platform/tests/css/css-pseudo/placeholder-excluded-properties.html new file mode 100644 index 000000000000..dc5718164ce2 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/placeholder-excluded-properties.html @@ -0,0 +1,22 @@ + +::placeholder should not support 'writing-mode', 'direction', and 'text-orientation' + + + + + + + + diff --git a/testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html new file mode 100644 index 000000000000..0e573cb3d6cb --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/placeholder-excluded-properties-ref.html @@ -0,0 +1,10 @@ + + + + + + -- 2.11.4.GIT