From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/contenteditable/META.yml | 3 +++ .../tests/contenteditable/plaintext-only.html | 20 ++++++++++++++++++++ .../tests/contenteditable/synthetic-height-ref.html | 9 +++++++++ .../contenteditable/synthetic-height.tentative.html | 21 +++++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 testing/web-platform/tests/contenteditable/META.yml create mode 100644 testing/web-platform/tests/contenteditable/plaintext-only.html create mode 100644 testing/web-platform/tests/contenteditable/synthetic-height-ref.html create mode 100644 testing/web-platform/tests/contenteditable/synthetic-height.tentative.html (limited to 'testing/web-platform/tests/contenteditable') diff --git a/testing/web-platform/tests/contenteditable/META.yml b/testing/web-platform/tests/contenteditable/META.yml new file mode 100644 index 0000000000..3618b8d29d --- /dev/null +++ b/testing/web-platform/tests/contenteditable/META.yml @@ -0,0 +1,3 @@ +spec: https://w3c.github.io/contentEditable/ +suggested_reviewers: + - marcoscaceres diff --git a/testing/web-platform/tests/contenteditable/plaintext-only.html b/testing/web-platform/tests/contenteditable/plaintext-only.html new file mode 100644 index 0000000000..cb8308edcc --- /dev/null +++ b/testing/web-platform/tests/contenteditable/plaintext-only.html @@ -0,0 +1,20 @@ + + +contenteditable="plaintext-only" should exist + + +
+ diff --git a/testing/web-platform/tests/contenteditable/synthetic-height-ref.html b/testing/web-platform/tests/contenteditable/synthetic-height-ref.html new file mode 100644 index 0000000000..a64b545f03 --- /dev/null +++ b/testing/web-platform/tests/contenteditable/synthetic-height-ref.html @@ -0,0 +1,9 @@ + +CSS test reference + +

+

+

+

diff --git a/testing/web-platform/tests/contenteditable/synthetic-height.tentative.html b/testing/web-platform/tests/contenteditable/synthetic-height.tentative.html new file mode 100644 index 0000000000..4d466bff41 --- /dev/null +++ b/testing/web-platform/tests/contenteditable/synthetic-height.tentative.html @@ -0,0 +1,21 @@ + +contenteditable causes blocks to have a synthesized height + + + + + + + +
+
+
+
-- cgit v1.2.3