From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../declarative-after-attachshadow.html | 46 +++ .../declarative-parser-interaction.html | 39 +++ .../declarative-shadow-dom-attachment.html | 102 +++++++ ...-shadow-dom-available-to-element-internals.html | 30 ++ .../declarative/declarative-shadow-dom-basic.html | 329 +++++++++++++++++++++ .../declarative/declarative-shadow-dom-opt-in.html | 198 +++++++++++++ .../declarative-shadow-dom-repeats.html | 78 +++++ .../declarative-with-disabled-shadow.html | 31 ++ .../shadow-dom/declarative/gethtml.tentative.html | 126 ++++++++ .../declarative/getinnerhtml.tentative.html | 81 +++++ .../declarative/innerhtml-before-closing-tag.html | 51 ++++ .../innerhtml-on-ordinary-template.html | 49 +++ .../move-template-before-closing-tag.html | 91 ++++++ .../shadow-dom/declarative/script-access.html | 119 ++++++++ .../support/declarative-child-frame.html | 23 ++ 15 files changed, 1393 insertions(+) create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-available-to-element-internals.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-repeats.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/gethtml.tentative.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.tentative.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/script-access.html create mode 100644 testing/web-platform/tests/shadow-dom/declarative/support/declarative-child-frame.html (limited to 'testing/web-platform/tests/shadow-dom/declarative') diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.html new file mode 100644 index 0000000000..bfe2d66cfa --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.html @@ -0,0 +1,46 @@ + +Declarative Shadow DOM after attachShadow + + + + + + + + +
+ + + +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html new file mode 100644 index 0000000000..f5ff13822b --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html @@ -0,0 +1,39 @@ + + +Declarative Shadow DOM + + + + + + + + +This test should not crash, and there should be two lines of text visible below. + + +

Line 1

+
+ + + +

Line 2

+
+ + diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html new file mode 100644 index 0000000000..aec9a276f9 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html @@ -0,0 +1,102 @@ + +Declarative Shadow DOM Element Attachment + + + + + + + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-available-to-element-internals.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-available-to-element-internals.html new file mode 100644 index 0000000000..16fe6fd1d5 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-available-to-element-internals.html @@ -0,0 +1,30 @@ + + +Declarative Shadow DOM + + + + + + + + + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.html new file mode 100644 index 0000000000..8bc6bec5f5 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.html @@ -0,0 +1,329 @@ + + +Declarative Shadow DOM + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.html new file mode 100644 index 0000000000..1b8c168552 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.html @@ -0,0 +1,198 @@ + + +Declarative Shadow DOM + + + + + + + + +
+ + + + + + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-repeats.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-repeats.html new file mode 100644 index 0000000000..69f5c0f077 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-repeats.html @@ -0,0 +1,78 @@ + +Declarative Shadow DOM Element Attachment + + + + + + + + + + +
+ + +
+ +
+ + +
+ + + +
+ +
+ + + +
+ +
+ + diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.html new file mode 100644 index 0000000000..bcf53403ad --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.html @@ -0,0 +1,31 @@ + +Declarative Shadow DOM with shadow disabled + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/gethtml.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/gethtml.tentative.html new file mode 100644 index 0000000000..c48230c170 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/gethtml.tentative.html @@ -0,0 +1,126 @@ + +getHTML behavior + + + + + + + + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.tentative.html new file mode 100644 index 0000000000..139cba2a51 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.tentative.html @@ -0,0 +1,81 @@ + +getInnerHTML + + + + + + + + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.html b/testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.html new file mode 100644 index 0000000000..f038d3ecb2 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.html @@ -0,0 +1,51 @@ + +Declarative Shadow DOM innerHTML + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.html b/testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.html new file mode 100644 index 0000000000..87260013de --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.html @@ -0,0 +1,49 @@ + +Declarative Shadow DOM innerHTML + + + + + + + + +
+ + + + + +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.html b/testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.html new file mode 100644 index 0000000000..a3d7806f5d --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.html @@ -0,0 +1,91 @@ + +Declarative Shadow DOM: moving the template doesn't change attachment point + + + + + + + + + + +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/declarative/script-access.html b/testing/web-platform/tests/shadow-dom/declarative/script-access.html new file mode 100644 index 0000000000..7e1340d477 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/script-access.html @@ -0,0 +1,119 @@ + +Declarative Shadow DOM + + + + + + + + +
+ +
+ +
+ + + + + + +
+ +
+ +
+ +
+ + diff --git a/testing/web-platform/tests/shadow-dom/declarative/support/declarative-child-frame.html b/testing/web-platform/tests/shadow-dom/declarative/support/declarative-child-frame.html new file mode 100644 index 0000000000..603c47743b --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/declarative/support/declarative-child-frame.html @@ -0,0 +1,23 @@ +
+
+
+ +
+
+
+ + -- cgit v1.2.3