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 --- .../tests/shadow-dom/leaktests/get-elements.html | 174 +++++++++++++++++++++ .../shadow-dom/leaktests/html-collection.html | 79 ++++++++++ .../tests/shadow-dom/leaktests/window-frames.html | 36 +++++ 3 files changed, 289 insertions(+) create mode 100644 testing/web-platform/tests/shadow-dom/leaktests/get-elements.html create mode 100644 testing/web-platform/tests/shadow-dom/leaktests/html-collection.html create mode 100644 testing/web-platform/tests/shadow-dom/leaktests/window-frames.html (limited to 'testing/web-platform/tests/shadow-dom/leaktests') diff --git a/testing/web-platform/tests/shadow-dom/leaktests/get-elements.html b/testing/web-platform/tests/shadow-dom/leaktests/get-elements.html new file mode 100644 index 0000000000..40fa9b6931 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/leaktests/get-elements.html @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + +
+
+
+
+ + + + diff --git a/testing/web-platform/tests/shadow-dom/leaktests/html-collection.html b/testing/web-platform/tests/shadow-dom/leaktests/html-collection.html new file mode 100644 index 0000000000..1ce2cf3440 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/leaktests/html-collection.html @@ -0,0 +1,79 @@ + + + + + + + + + + + +
+
+
+ + + diff --git a/testing/web-platform/tests/shadow-dom/leaktests/window-frames.html b/testing/web-platform/tests/shadow-dom/leaktests/window-frames.html new file mode 100644 index 0000000000..5ba2531ff2 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/leaktests/window-frames.html @@ -0,0 +1,36 @@ + + + + + + + + + + +
+ +
+
+ + + -- cgit v1.2.3