From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- ...ustomElementRegistry-constructor.tentative.html | 27 ++++ ...omElementRegistry-multi-register.tentative.html | 27 ++++ .../ShadowRoot-init-registry.tentative.html | 52 ++++++++ .../ShadowRoot-innerHTML-upgrade.tentative.html | 116 +++++++++++++++++ .../constructor-call.tentative.html | 42 +++++++ ...eentry-with-different-definition.tentative.html | 137 +++++++++++++++++++++ 6 files changed, 401 insertions(+) create mode 100644 testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative.html create mode 100644 testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative.html create mode 100644 testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative.html create mode 100644 testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-innerHTML-upgrade.tentative.html create mode 100644 testing/web-platform/tests/custom-elements/scoped-registry/constructor-call.tentative.html create mode 100644 testing/web-platform/tests/custom-elements/scoped-registry/constructor-reentry-with-different-definition.tentative.html (limited to 'testing/web-platform/tests/custom-elements/scoped-registry') diff --git a/testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative.html b/testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative.html new file mode 100644 index 0000000000..d80a1fbe6c --- /dev/null +++ b/testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-constructor.tentative.html @@ -0,0 +1,27 @@ + + + + + + + diff --git a/testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative.html b/testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative.html new file mode 100644 index 0000000000..bd97017308 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/scoped-registry/CustomElementRegistry-multi-register.tentative.html @@ -0,0 +1,27 @@ + + + + + + + diff --git a/testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative.html b/testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative.html new file mode 100644 index 0000000000..f9bc5b5b56 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-init-registry.tentative.html @@ -0,0 +1,52 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-innerHTML-upgrade.tentative.html b/testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-innerHTML-upgrade.tentative.html new file mode 100644 index 0000000000..e21c9dd033 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/scoped-registry/ShadowRoot-innerHTML-upgrade.tentative.html @@ -0,0 +1,116 @@ + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/custom-elements/scoped-registry/constructor-call.tentative.html b/testing/web-platform/tests/custom-elements/scoped-registry/constructor-call.tentative.html new file mode 100644 index 0000000000..19a8e3f4d8 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/scoped-registry/constructor-call.tentative.html @@ -0,0 +1,42 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/custom-elements/scoped-registry/constructor-reentry-with-different-definition.tentative.html b/testing/web-platform/tests/custom-elements/scoped-registry/constructor-reentry-with-different-definition.tentative.html new file mode 100644 index 0000000000..dc93e3c702 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/scoped-registry/constructor-reentry-with-different-definition.tentative.html @@ -0,0 +1,137 @@ + + + + + + + + +
+
+ + -- cgit v1.2.3