From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../user-interaction/active-element/test-001.html | 39 ++++++++++++ .../user-interaction/active-element/test-002.html | 40 ++++++++++++ .../inheritance-of-content-editable-001.html | 56 +++++++++++++++++ .../ranges-and-selections/test-001.html | 72 ++++++++++++++++++++++ .../ranges-and-selections/test-002.html | 72 ++++++++++++++++++++++ 5 files changed, 279 insertions(+) create mode 100644 testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html create mode 100644 testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html create mode 100644 testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html create mode 100644 testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html create mode 100644 testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html (limited to 'testing/web-platform/tests/shadow-dom/untriaged/user-interaction') diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html new file mode 100644 index 0000000000..9d4b026ad8 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-001.html @@ -0,0 +1,39 @@ + + + +Shadow DOM Test: A_07_03_01 + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html new file mode 100644 index 0000000000..af3165afeb --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/active-element/test-002.html @@ -0,0 +1,40 @@ + + + +Shadow DOM Test: A_07_03_02 + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html new file mode 100644 index 0000000000..c09832cd7e --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html @@ -0,0 +1,56 @@ + + + +Shadow DOM Test: Inheritance of contentEditable attribute + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html new file mode 100644 index 0000000000..3a234e8b81 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html @@ -0,0 +1,72 @@ + + + +Shadow DOM Test: A_07_01_01 + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html new file mode 100644 index 0000000000..55cd91e458 --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html @@ -0,0 +1,72 @@ + + + +Shadow DOM Test: A_07_01_02 + + + + + + + + + +
+ + + -- cgit v1.2.3