From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../model/move-to-fullscreen-iframe.html | 65 ++++++++++++++++++++++ .../tests/fullscreen/model/move-to-iframe.html | 44 +++++++++++++++ .../model/move-to-inactive-document.html | 40 +++++++++++++ .../tests/fullscreen/model/remove-child.html | 33 +++++++++++ .../tests/fullscreen/model/remove-first.html | 45 +++++++++++++++ .../tests/fullscreen/model/remove-last.html | 47 ++++++++++++++++ .../tests/fullscreen/model/remove-parent.html | 34 +++++++++++ .../tests/fullscreen/model/remove-single.html | 34 +++++++++++ 8 files changed, 342 insertions(+) create mode 100644 testing/web-platform/tests/fullscreen/model/move-to-fullscreen-iframe.html create mode 100644 testing/web-platform/tests/fullscreen/model/move-to-iframe.html create mode 100644 testing/web-platform/tests/fullscreen/model/move-to-inactive-document.html create mode 100644 testing/web-platform/tests/fullscreen/model/remove-child.html create mode 100644 testing/web-platform/tests/fullscreen/model/remove-first.html create mode 100644 testing/web-platform/tests/fullscreen/model/remove-last.html create mode 100644 testing/web-platform/tests/fullscreen/model/remove-parent.html create mode 100644 testing/web-platform/tests/fullscreen/model/remove-single.html (limited to 'testing/web-platform/tests/fullscreen/model') diff --git a/testing/web-platform/tests/fullscreen/model/move-to-fullscreen-iframe.html b/testing/web-platform/tests/fullscreen/model/move-to-fullscreen-iframe.html new file mode 100644 index 0000000000..0103b2979f --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/move-to-fullscreen-iframe.html @@ -0,0 +1,65 @@ + +Moving fullscreen document's body into a fullscreen iframe + + + + + + + diff --git a/testing/web-platform/tests/fullscreen/model/move-to-iframe.html b/testing/web-platform/tests/fullscreen/model/move-to-iframe.html new file mode 100644 index 0000000000..d3a7a67298 --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/move-to-iframe.html @@ -0,0 +1,44 @@ + +Move the fullscreen element to another document + + + + + +
+ + diff --git a/testing/web-platform/tests/fullscreen/model/move-to-inactive-document.html b/testing/web-platform/tests/fullscreen/model/move-to-inactive-document.html new file mode 100644 index 0000000000..b9a95f2954 --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/move-to-inactive-document.html @@ -0,0 +1,40 @@ + +Move the fullscreen element to an inactive document + + + + + +
+ diff --git a/testing/web-platform/tests/fullscreen/model/remove-child.html b/testing/web-platform/tests/fullscreen/model/remove-child.html new file mode 100644 index 0000000000..42355dc2da --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/remove-child.html @@ -0,0 +1,33 @@ + +Remove the child of the fullscreen element + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/fullscreen/model/remove-first.html b/testing/web-platform/tests/fullscreen/model/remove-first.html new file mode 100644 index 0000000000..b4058db320 --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/remove-first.html @@ -0,0 +1,45 @@ + +Remove the first element on the fullscreen element stack + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/fullscreen/model/remove-last.html b/testing/web-platform/tests/fullscreen/model/remove-last.html new file mode 100644 index 0000000000..760ccaa0ba --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/remove-last.html @@ -0,0 +1,47 @@ + +Remove the last element on the fullscreen element stack + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/fullscreen/model/remove-parent.html b/testing/web-platform/tests/fullscreen/model/remove-parent.html new file mode 100644 index 0000000000..54ff5b8371 --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/remove-parent.html @@ -0,0 +1,34 @@ + +Remove the parent of the fullscreen element + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/fullscreen/model/remove-single.html b/testing/web-platform/tests/fullscreen/model/remove-single.html new file mode 100644 index 0000000000..0401f77953 --- /dev/null +++ b/testing/web-platform/tests/fullscreen/model/remove-single.html @@ -0,0 +1,34 @@ + +Remove the single element on the fullscreen element stack + + + + + +
+
+ -- cgit v1.2.3