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 --- .../Document-importNode-customized-builtins.html | 32 ++++ .../upgrading/Document-importNode.html | 32 ++++ .../Node-cloneNode-customized-builtins.html | 48 +++++ .../custom-elements/upgrading/Node-cloneNode.html | 206 +++++++++++++++++++++ .../upgrading/upgrading-enqueue-reactions.html | 158 ++++++++++++++++ .../upgrading-parser-created-element.html | 125 +++++++++++++ 6 files changed, 601 insertions(+) create mode 100644 testing/web-platform/tests/custom-elements/upgrading/Document-importNode-customized-builtins.html create mode 100644 testing/web-platform/tests/custom-elements/upgrading/Document-importNode.html create mode 100644 testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode-customized-builtins.html create mode 100644 testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode.html create mode 100644 testing/web-platform/tests/custom-elements/upgrading/upgrading-enqueue-reactions.html create mode 100644 testing/web-platform/tests/custom-elements/upgrading/upgrading-parser-created-element.html (limited to 'testing/web-platform/tests/custom-elements/upgrading') diff --git a/testing/web-platform/tests/custom-elements/upgrading/Document-importNode-customized-builtins.html b/testing/web-platform/tests/custom-elements/upgrading/Document-importNode-customized-builtins.html new file mode 100644 index 0000000000..91c9ea8aee --- /dev/null +++ b/testing/web-platform/tests/custom-elements/upgrading/Document-importNode-customized-builtins.html @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/testing/web-platform/tests/custom-elements/upgrading/Document-importNode.html b/testing/web-platform/tests/custom-elements/upgrading/Document-importNode.html new file mode 100644 index 0000000000..3da4ccf46a --- /dev/null +++ b/testing/web-platform/tests/custom-elements/upgrading/Document-importNode.html @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode-customized-builtins.html b/testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode-customized-builtins.html new file mode 100644 index 0000000000..5e1122cc84 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode-customized-builtins.html @@ -0,0 +1,48 @@ + + + +Custom Elements: Upgrading + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode.html b/testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode.html new file mode 100644 index 0000000000..1a05e96964 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/upgrading/Node-cloneNode.html @@ -0,0 +1,206 @@ + + + +Custom Elements: Upgrading + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/custom-elements/upgrading/upgrading-enqueue-reactions.html b/testing/web-platform/tests/custom-elements/upgrading/upgrading-enqueue-reactions.html new file mode 100644 index 0000000000..8238eee624 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/upgrading/upgrading-enqueue-reactions.html @@ -0,0 +1,158 @@ + + + +Custom Elements: Upgrading custom elements should enqueue attributeChanged and connected callbacks + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/custom-elements/upgrading/upgrading-parser-created-element.html b/testing/web-platform/tests/custom-elements/upgrading/upgrading-parser-created-element.html new file mode 100644 index 0000000000..0f7f95786d --- /dev/null +++ b/testing/web-platform/tests/custom-elements/upgrading/upgrading-parser-created-element.html @@ -0,0 +1,125 @@ + + + +Custom Elements: Upgrading unresolved elements + + + + + + + +
+ + + + + + + + + + -- cgit v1.2.3