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 --- .../beforematch-element-fragment-navigation.html | 200 +++++++++++++++++++++ .../editing/the-hidden-attribute/hidden-1-ref.html | 4 + .../editing/the-hidden-attribute/hidden-1a.html | 8 + .../editing/the-hidden-attribute/hidden-1b.html | 11 ++ .../editing/the-hidden-attribute/hidden-1c.html | 12 ++ .../editing/the-hidden-attribute/hidden-1d.html | 12 ++ .../editing/the-hidden-attribute/hidden-1e.html | 10 ++ .../editing/the-hidden-attribute/hidden-1f.html | 10 ++ .../editing/the-hidden-attribute/hidden-1g.html | 11 ++ .../editing/the-hidden-attribute/hidden-2-ref.svg | 7 + .../html/editing/the-hidden-attribute/hidden-2.svg | 12 ++ .../editing/the-hidden-attribute/hidden-idl.html | 49 +++++ .../the-hidden-attribute/hidden-ua-stylesheet.html | 65 +++++++ 13 files changed, 411 insertions(+) create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1-ref.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1a.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1b.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1c.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1d.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1e.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1f.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1g.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-2-ref.svg create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-2.svg create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-idl.html create mode 100644 testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html (limited to 'testing/web-platform/tests/html/editing/the-hidden-attribute') diff --git a/testing/web-platform/tests/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html b/testing/web-platform/tests/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html new file mode 100644 index 0000000000..812a55f318 --- /dev/null +++ b/testing/web-platform/tests/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html @@ -0,0 +1,200 @@ + + + + + + + +
+
+
hello
+
+
+ +
spacer
+ + diff --git a/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1-ref.html b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1-ref.html new file mode 100644 index 0000000000..7346ce919d --- /dev/null +++ b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1-ref.html @@ -0,0 +1,4 @@ + +The hidden attribute + +

This line should be visible. diff --git a/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1a.html b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1a.html new file mode 100644 index 0000000000..036bfc88b5 --- /dev/null +++ b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1a.html @@ -0,0 +1,8 @@ + +The hidden attribute + + + + +

This line should be visible. +

This line should not be visible. + diff --git a/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1d.html b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1d.html new file mode 100644 index 0000000000..e759148f22 --- /dev/null +++ b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1d.html @@ -0,0 +1,12 @@ + +The hidden attribute + + + + +

This line should not be visible. + diff --git a/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1e.html b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1e.html new file mode 100644 index 0000000000..2f3f3c617e --- /dev/null +++ b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-1e.html @@ -0,0 +1,10 @@ + +The hidden attribute + + + + + +

This line should be visible. +

hello
+ diff --git a/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html new file mode 100644 index 0000000000..913ecc037c --- /dev/null +++ b/testing/web-platform/tests/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html @@ -0,0 +1,65 @@ + + + + + + + +
hello world
+ + + + +
+ + -- cgit v1.2.3