From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- ...eferrer-and-script-from-fragment.tentative.html | 54 ++-- .../moveBefore/tentative/Node-moveBefore.html | 297 +++++++++++++++++++++ .../tentative/chrome-338071841-crash.html | 6 + .../tentative/continue-css-animation-left.html | 51 ++++ .../continue-css-animation-transform.html | 48 ++++ .../continue-css-transition-left-pseudo.html | 54 ++++ .../tentative/continue-css-transition-left.html | 41 +++ .../continue-css-transition-transform-pseudo.html | 54 ++++ .../continue-css-transition-transform.html | 36 +++ .../tentative/css-animation-commit-styles.html | 45 ++++ .../tentative/css-transition-cross-document.html | 45 ++++ .../tentative/css-transition-cross-shadow.html | 64 +++++ .../css-transition-to-disconnected-document.html | 43 +++ .../tentative/css-transition-trigger.html | 43 +++ .../nodes/moveBefore/tentative/focus-preserve.html | 85 ++++++ .../moveBefore/tentative/fullscreen-preserve.html | 49 ++++ 16 files changed, 994 insertions(+), 21 deletions(-) create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/Node-moveBefore.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/chrome-338071841-crash.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-left.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-transform.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left-pseudo.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform-pseudo.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-animation-commit-styles.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-document.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-shadow.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-to-disconnected-document.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-trigger.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/focus-preserve.html create mode 100644 testing/web-platform/tests/dom/nodes/moveBefore/tentative/fullscreen-preserve.html (limited to 'testing/web-platform/tests/dom/nodes') diff --git a/testing/web-platform/tests/dom/nodes/insertion-removing-steps/Node-append-meta-referrer-and-script-from-fragment.tentative.html b/testing/web-platform/tests/dom/nodes/insertion-removing-steps/Node-append-meta-referrer-and-script-from-fragment.tentative.html index d247797603..e80e3b45b6 100644 --- a/testing/web-platform/tests/dom/nodes/insertion-removing-steps/Node-append-meta-referrer-and-script-from-fragment.tentative.html +++ b/testing/web-platform/tests/dom/nodes/insertion-removing-steps/Node-append-meta-referrer-and-script-from-fragment.tentative.html @@ -5,25 +5,37 @@ diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/Node-moveBefore.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/Node-moveBefore.html new file mode 100644 index 0000000000..8a1db6f93b --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/Node-moveBefore.html @@ -0,0 +1,297 @@ + +Node.moveBefore + + +
+ + + + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/chrome-338071841-crash.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/chrome-338071841-crash.html new file mode 100644 index 0000000000..26adfb1cbf --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/chrome-338071841-crash.html @@ -0,0 +1,6 @@ + + +
+ diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-left.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-left.html new file mode 100644 index 0000000000..8c7f73e3c9 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-left.html @@ -0,0 +1,51 @@ + +Node.moveBefore should preserve CSS animation state (left) + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-transform.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-transform.html new file mode 100644 index 0000000000..e7a285893a --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-animation-transform.html @@ -0,0 +1,48 @@ + +Node.moveBefore should preserve CSS animation state (transform) + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left-pseudo.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left-pseudo.html new file mode 100644 index 0000000000..fa51b16887 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left-pseudo.html @@ -0,0 +1,54 @@ + +Node.moveBefore should preserve CSS transition state on pseudo-elements (left) + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left.html new file mode 100644 index 0000000000..2b8e04b26e --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-left.html @@ -0,0 +1,41 @@ + +Node.moveBefore should preserve CSS transition state (left) + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform-pseudo.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform-pseudo.html new file mode 100644 index 0000000000..d02c72561c --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform-pseudo.html @@ -0,0 +1,54 @@ + +Node.moveBefore should preserve CSS transition state on pseudo-elements (transform) + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform.html new file mode 100644 index 0000000000..f09edca144 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/continue-css-transition-transform.html @@ -0,0 +1,36 @@ + +Node.moveBefore should preserve CSS transition state (transform) + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-animation-commit-styles.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-animation-commit-styles.html new file mode 100644 index 0000000000..86bb7c33e4 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-animation-commit-styles.html @@ -0,0 +1,45 @@ + +Calling commitStyles after Node.moveBefore should commit mid-transition value + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-document.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-document.html new file mode 100644 index 0000000000..f3c8fafbfa --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-document.html @@ -0,0 +1,45 @@ + +Node.moveBefore should not preserve CSS transition state when crossing document boundaries + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-shadow.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-shadow.html new file mode 100644 index 0000000000..145f40ba50 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-cross-shadow.html @@ -0,0 +1,64 @@ + +Node.moveBefore should not preserve CSS transition state when crossing shadow boundaries + + + + +
+
+
+
+ +
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-to-disconnected-document.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-to-disconnected-document.html new file mode 100644 index 0000000000..537edfe9b6 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-to-disconnected-document.html @@ -0,0 +1,43 @@ + +Node.moveBefore should act like insertBefore when moving to a disconnected document + + + + +
+
+
+
+
+ + + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-trigger.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-trigger.html new file mode 100644 index 0000000000..0cb5608a69 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/css-transition-trigger.html @@ -0,0 +1,43 @@ + +Node.moveBefore should trigger CSS transition state (left) if needed + + + + +
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/focus-preserve.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/focus-preserve.html new file mode 100644 index 0000000000..a00e8b7788 --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/focus-preserve.html @@ -0,0 +1,85 @@ + +moveBefore should not automatically clear focus + + + +
+ +
+
+
+
+
+ + diff --git a/testing/web-platform/tests/dom/nodes/moveBefore/tentative/fullscreen-preserve.html b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/fullscreen-preserve.html new file mode 100644 index 0000000000..810eeac9af --- /dev/null +++ b/testing/web-platform/tests/dom/nodes/moveBefore/tentative/fullscreen-preserve.html @@ -0,0 +1,49 @@ + +Document#fullscreenElement + + + + + +
+
+
+
+
+
+ -- cgit v1.2.3