From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../shadow-dom/cross-shadow-boundary-1-ref.html | 6 +++ .../shadow-dom/cross-shadow-boundary-1.html | 10 +++++ .../shadow-dom/cross-shadow-boundary-2-ref.html | 7 ++++ .../shadow-dom/cross-shadow-boundary-2.html | 11 ++++++ .../shadow-dom/cross-shadow-boundary-3-ref.html | 12 ++++++ .../shadow-dom/cross-shadow-boundary-3.html | 17 +++++++++ .../shadow-dom/cross-shadow-boundary-4.html | 21 +++++++++++ .../shadow-dom/cross-shadow-boundary-5-ref.html | 13 +++++++ .../shadow-dom/cross-shadow-boundary-5.html | 20 ++++++++++ .../shadow-dom/cross-shadow-boundary-6-ref.html | 12 ++++++ .../shadow-dom/cross-shadow-boundary-6.html | 44 ++++++++++++++++++++++ .../shadow-dom/cross-shadow-boundary-img-ref.html | 9 +++++ .../shadow-dom/cross-shadow-boundary-img.html | 26 +++++++++++++ .../cross-shadow-boundary-select-document-ref.html | 9 +++++ .../cross-shadow-boundary-select-document.html | 12 ++++++ .../cross-shadow-boundary-select-root-ref.html | 11 ++++++ .../cross-shadow-boundary-select-root.html | 24 ++++++++++++ 17 files changed, 264 insertions(+) create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-4.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root-ref.html create mode 100644 testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root.html (limited to 'testing/web-platform/tests/selection/shadow-dom') diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1-ref.html new file mode 100644 index 0000000000..9cc7affd67 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1-ref.html @@ -0,0 +1,6 @@ + +OuterText +
innerText
+ diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1.html new file mode 100644 index 0000000000..58d7e9f8e4 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-1.html @@ -0,0 +1,10 @@ + + + + +OuterText +
+ diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2-ref.html new file mode 100644 index 0000000000..c9e0068c51 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2-ref.html @@ -0,0 +1,7 @@ + +OuterText +
innerText
+OuterText + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2.html new file mode 100644 index 0000000000..e0d3a14f48 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2.html @@ -0,0 +1,11 @@ + + + + +OuterText +
+OuterText + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3-ref.html new file mode 100644 index 0000000000..189ab35c41 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3-ref.html @@ -0,0 +1,12 @@ + +OuterText +
innerText1
+OuterText +
innerText2
+ diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3.html new file mode 100644 index 0000000000..3eb2ab37b1 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-3.html @@ -0,0 +1,17 @@ + + + + +OuterText +
+OuterText +
+ diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-4.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-4.html new file mode 100644 index 0000000000..a93bf77aaa --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-4.html @@ -0,0 +1,21 @@ + + + + + +OuterText +
+OuterText +
+ diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5-ref.html new file mode 100644 index 0000000000..2abfd911ec --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5-ref.html @@ -0,0 +1,13 @@ + +OuterText1 +
innerText1
+OuterText2 +
innerText2
+OuterText3 + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5.html new file mode 100644 index 0000000000..75c0525ade --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5.html @@ -0,0 +1,20 @@ + + + + +OuterText1 +
+OuterText2 +
+OuterText3 + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6-ref.html new file mode 100644 index 0000000000..b7441c7bbc --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6-ref.html @@ -0,0 +1,12 @@ + +Start +
+ inner1

+ inner2

+
+
+ diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6.html new file mode 100644 index 0000000000..cc264a6668 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-6.html @@ -0,0 +1,44 @@ + + + + + +Start +
+ +
+
+ + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img-ref.html new file mode 100644 index 0000000000..7f3b03ace6 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img-ref.html @@ -0,0 +1,9 @@ + +OuterText1 +
innerText1
+OuterText2 +
+OuterText3 + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img.html new file mode 100644 index 0000000000..46e8d70833 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-img.html @@ -0,0 +1,26 @@ + + + + +OuterText1 +
+OuterText2 +
+OuterText3 + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document-ref.html new file mode 100644 index 0000000000..0312000bc0 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document-ref.html @@ -0,0 +1,9 @@ + + +
CONTENT
+ + + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document.html new file mode 100644 index 0000000000..9eb298abbf --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document.html @@ -0,0 +1,12 @@ + + + + + +
+ + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root-ref.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root-ref.html new file mode 100644 index 0000000000..fe74406acd --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root-ref.html @@ -0,0 +1,11 @@ + + + +
OuterText1
+
InnerText1
+
OuterText2
+
InnerText2
+ + diff --git a/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root.html b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root.html new file mode 100644 index 0000000000..f64dd0f3b0 --- /dev/null +++ b/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root.html @@ -0,0 +1,24 @@ + + + + +
OuterText1
+
+
OuterText2
+
+
+ + -- cgit v1.2.3