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/dom/traversal/unfinished/001.xml | 53 ++++++++++++++++++ .../tests/dom/traversal/unfinished/002.xml | 54 ++++++++++++++++++ .../tests/dom/traversal/unfinished/003.xml | 58 ++++++++++++++++++++ .../tests/dom/traversal/unfinished/004.xml | 49 +++++++++++++++++ .../tests/dom/traversal/unfinished/005.xml | 57 +++++++++++++++++++ .../tests/dom/traversal/unfinished/006.xml | 47 ++++++++++++++++ .../tests/dom/traversal/unfinished/007.xml | 54 ++++++++++++++++++ .../tests/dom/traversal/unfinished/008.xml | 48 ++++++++++++++++ .../tests/dom/traversal/unfinished/009.xml | 55 +++++++++++++++++++ .../tests/dom/traversal/unfinished/010.xml | 64 ++++++++++++++++++++++ .../tests/dom/traversal/unfinished/TODO | 1 + 11 files changed, 540 insertions(+) create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/001.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/002.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/003.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/004.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/005.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/006.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/007.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/008.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/009.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/010.xml create mode 100644 testing/web-platform/tests/dom/traversal/unfinished/TODO (limited to 'testing/web-platform/tests/dom/traversal/unfinished') diff --git a/testing/web-platform/tests/dom/traversal/unfinished/001.xml b/testing/web-platform/tests/dom/traversal/unfinished/001.xml new file mode 100644 index 0000000000..08bce72fcf --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/001.xml @@ -0,0 +1,53 @@ + + + DOM Traversal: NodeIterator: Basics + + + +
FAIL: Script failed to run.
+ + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/dom/traversal/unfinished/002.xml b/testing/web-platform/tests/dom/traversal/unfinished/002.xml new file mode 100644 index 0000000000..bf3489688c --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/002.xml @@ -0,0 +1,54 @@ + + + DOM Traversal: NodeIterator: Basics Backwards + + + +
FAIL: Script failed to run.
+ + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/dom/traversal/unfinished/003.xml b/testing/web-platform/tests/dom/traversal/unfinished/003.xml new file mode 100644 index 0000000000..268e6bb4d7 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/003.xml @@ -0,0 +1,58 @@ + + + DOM Traversal: NodeIterator: Removal of nodes that should have no effect + + + + +
FAIL: Script did not complete.
+

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/dom/traversal/unfinished/004.xml b/testing/web-platform/tests/dom/traversal/unfinished/004.xml new file mode 100644 index 0000000000..618978f021 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/004.xml @@ -0,0 +1,49 @@ + + + DOM Traversal: NodeIterator: Removal of the Reference Node + + + +
FAIL: Script did not complete.
+

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/dom/traversal/unfinished/005.xml b/testing/web-platform/tests/dom/traversal/unfinished/005.xml new file mode 100644 index 0000000000..643e2f1cd4 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/005.xml @@ -0,0 +1,57 @@ + + + DOM Traversal: NodeIterator: Removal of the Reference Node (deep check) + + + +
FAIL: Script did not complete.
+

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/dom/traversal/unfinished/006.xml b/testing/web-platform/tests/dom/traversal/unfinished/006.xml new file mode 100644 index 0000000000..c2302af836 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/006.xml @@ -0,0 +1,47 @@ + + + DOM Traversal: NodeIterator: Removal of an ancestor of the Reference Node (forwards) + + + +
FAIL: Script did not complete.
+

+ + diff --git a/testing/web-platform/tests/dom/traversal/unfinished/007.xml b/testing/web-platform/tests/dom/traversal/unfinished/007.xml new file mode 100644 index 0000000000..98b212e4e5 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/007.xml @@ -0,0 +1,54 @@ + + + DOM Traversal: NodeIterator: Removal of an ancestor of the Reference Node (forwards) (deep check) + + + +
FAIL: Script did not complete.
+

+ + diff --git a/testing/web-platform/tests/dom/traversal/unfinished/008.xml b/testing/web-platform/tests/dom/traversal/unfinished/008.xml new file mode 100644 index 0000000000..41d7008ae4 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/008.xml @@ -0,0 +1,48 @@ + + + DOM Traversal: NodeIterator: Removal of an ancestor of the Reference Node (backwards) + + + +
FAIL: Script did not complete.
+

+ + diff --git a/testing/web-platform/tests/dom/traversal/unfinished/009.xml b/testing/web-platform/tests/dom/traversal/unfinished/009.xml new file mode 100644 index 0000000000..c3006ecbd6 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/009.xml @@ -0,0 +1,55 @@ + + + DOM Traversal: NodeIterator: Removal of an ancestor of the Reference Node (backwards) (deep check) + + + +
FAIL: Script did not complete.
+

+ + diff --git a/testing/web-platform/tests/dom/traversal/unfinished/010.xml b/testing/web-platform/tests/dom/traversal/unfinished/010.xml new file mode 100644 index 0000000000..63263a5fd7 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/010.xml @@ -0,0 +1,64 @@ + + + DOM Traversal: NodeIterator: Filters + + + +
FAIL: Script failed to run.
+ + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/dom/traversal/unfinished/TODO b/testing/web-platform/tests/dom/traversal/unfinished/TODO new file mode 100644 index 0000000000..cecdf98b08 --- /dev/null +++ b/testing/web-platform/tests/dom/traversal/unfinished/TODO @@ -0,0 +1 @@ +Check what happens when a NodeFilter turns a number not in the range 1..3 \ No newline at end of file -- cgit v1.2.3