From def92d1b8e9d373e2f6f27c366d578d97d8960c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:50 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../tests/css/zoom/iframe-zoom-nested.html | 38 ++++++++++++++++++++ .../tests/css/zoom/iframe-zoom.sub.html | 41 ++++++++++++++++++++++ .../css/zoom/reference/iframe-zoom-nested-ref.html | 35 ++++++++++++++++++ .../tests/css/zoom/reference/iframe-zoom-ref.html | 31 ++++++++++++++++ .../tests/css/zoom/resources/iframe_content.html | 4 +++ .../css/zoom/resources/nested-iframe-no-zoom.html | 4 +++ .../zoom/resources/nested-iframe-with-zoom.html | 4 +++ .../css/zoom/tentative/background-image-ref.html | 10 ------ .../tests/css/zoom/tentative/background-image.html | 12 ------- .../tests/css/zoom/tentative/basic-ref.html | 10 ------ .../tests/css/zoom/tentative/basic.html | 15 -------- .../css/zoom/tentative/green-square-100px.html | 3 -- .../css/zoom/tentative/image-intrinsic-size.html | 14 -------- .../tests/css/zoom/tentative/inherited-length.html | 14 -------- .../tests/css/zoom/tentative/inherited.html | 20 ----------- .../css/zoom/tentative/parsing/zoom-computed.html | 22 ------------ .../css/zoom/tentative/parsing/zoom-valid.html | 26 -------------- .../css/zoom/tentative/scroll-corner-crash.html | 7 ---- .../tests/css/zoom/tentative/scrollbar-crash.html | 2 -- 19 files changed, 157 insertions(+), 155 deletions(-) create mode 100644 testing/web-platform/tests/css/zoom/iframe-zoom-nested.html create mode 100644 testing/web-platform/tests/css/zoom/iframe-zoom.sub.html create mode 100644 testing/web-platform/tests/css/zoom/reference/iframe-zoom-nested-ref.html create mode 100644 testing/web-platform/tests/css/zoom/reference/iframe-zoom-ref.html create mode 100644 testing/web-platform/tests/css/zoom/resources/iframe_content.html create mode 100644 testing/web-platform/tests/css/zoom/resources/nested-iframe-no-zoom.html create mode 100644 testing/web-platform/tests/css/zoom/resources/nested-iframe-with-zoom.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/background-image-ref.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/background-image.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/basic-ref.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/basic.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/green-square-100px.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/image-intrinsic-size.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/inherited-length.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/inherited.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/parsing/zoom-computed.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/parsing/zoom-valid.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/scroll-corner-crash.html delete mode 100644 testing/web-platform/tests/css/zoom/tentative/scrollbar-crash.html (limited to 'testing/web-platform/tests/css/zoom') diff --git a/testing/web-platform/tests/css/zoom/iframe-zoom-nested.html b/testing/web-platform/tests/css/zoom/iframe-zoom-nested.html new file mode 100644 index 0000000000..22a491eb0b --- /dev/null +++ b/testing/web-platform/tests/css/zoom/iframe-zoom-nested.html @@ -0,0 +1,38 @@ + +nested iframes with CSS zoom + + + + + + + + +
+ +
+
+ +
+
+ +
+
+ +
+ diff --git a/testing/web-platform/tests/css/zoom/iframe-zoom.sub.html b/testing/web-platform/tests/css/zoom/iframe-zoom.sub.html new file mode 100644 index 0000000000..82a202161b --- /dev/null +++ b/testing/web-platform/tests/css/zoom/iframe-zoom.sub.html @@ -0,0 +1,41 @@ + +iframe in an element with CSS zoom + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ + diff --git a/testing/web-platform/tests/css/zoom/reference/iframe-zoom-nested-ref.html b/testing/web-platform/tests/css/zoom/reference/iframe-zoom-nested-ref.html new file mode 100644 index 0000000000..b855278516 --- /dev/null +++ b/testing/web-platform/tests/css/zoom/reference/iframe-zoom-nested-ref.html @@ -0,0 +1,35 @@ + +ref for nested iframes with css zoom + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + diff --git a/testing/web-platform/tests/css/zoom/reference/iframe-zoom-ref.html b/testing/web-platform/tests/css/zoom/reference/iframe-zoom-ref.html new file mode 100644 index 0000000000..43bc3e24cf --- /dev/null +++ b/testing/web-platform/tests/css/zoom/reference/iframe-zoom-ref.html @@ -0,0 +1,31 @@ + +ref for iframe in an element with css zoom + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ + diff --git a/testing/web-platform/tests/css/zoom/resources/iframe_content.html b/testing/web-platform/tests/css/zoom/resources/iframe_content.html new file mode 100644 index 0000000000..58c4d03a46 --- /dev/null +++ b/testing/web-platform/tests/css/zoom/resources/iframe_content.html @@ -0,0 +1,4 @@ + + +
+ diff --git a/testing/web-platform/tests/css/zoom/resources/nested-iframe-no-zoom.html b/testing/web-platform/tests/css/zoom/resources/nested-iframe-no-zoom.html new file mode 100644 index 0000000000..60b1fd6481 --- /dev/null +++ b/testing/web-platform/tests/css/zoom/resources/nested-iframe-no-zoom.html @@ -0,0 +1,4 @@ + +
+ +
diff --git a/testing/web-platform/tests/css/zoom/resources/nested-iframe-with-zoom.html b/testing/web-platform/tests/css/zoom/resources/nested-iframe-with-zoom.html new file mode 100644 index 0000000000..e7de64aafb --- /dev/null +++ b/testing/web-platform/tests/css/zoom/resources/nested-iframe-with-zoom.html @@ -0,0 +1,4 @@ + +
+ +
diff --git a/testing/web-platform/tests/css/zoom/tentative/background-image-ref.html b/testing/web-platform/tests/css/zoom/tentative/background-image-ref.html deleted file mode 100644 index 6fe548f343..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/background-image-ref.html +++ /dev/null @@ -1,10 +0,0 @@ - -CSS Test Reference - -
diff --git a/testing/web-platform/tests/css/zoom/tentative/background-image.html b/testing/web-platform/tests/css/zoom/tentative/background-image.html deleted file mode 100644 index db6baa60db..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/background-image.html +++ /dev/null @@ -1,12 +0,0 @@ - -Zoom affects background-image intrinsic sizes - - -
diff --git a/testing/web-platform/tests/css/zoom/tentative/basic-ref.html b/testing/web-platform/tests/css/zoom/tentative/basic-ref.html deleted file mode 100644 index 5de90caf7f..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/basic-ref.html +++ /dev/null @@ -1,10 +0,0 @@ - - -CSS test reference - -
-
diff --git a/testing/web-platform/tests/css/zoom/tentative/basic.html b/testing/web-platform/tests/css/zoom/tentative/basic.html deleted file mode 100644 index fcd1761cfa..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/basic.html +++ /dev/null @@ -1,15 +0,0 @@ - - -zoom property: basic test - - - - -
-
diff --git a/testing/web-platform/tests/css/zoom/tentative/green-square-100px.html b/testing/web-platform/tests/css/zoom/tentative/green-square-100px.html deleted file mode 100644 index 6677176230..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/green-square-100px.html +++ /dev/null @@ -1,3 +0,0 @@ - - -
diff --git a/testing/web-platform/tests/css/zoom/tentative/image-intrinsic-size.html b/testing/web-platform/tests/css/zoom/tentative/image-intrinsic-size.html deleted file mode 100644 index d152bb24ee..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/image-intrinsic-size.html +++ /dev/null @@ -1,14 +0,0 @@ - - -Zoom affects image intrinsic sizes - - - - - - diff --git a/testing/web-platform/tests/css/zoom/tentative/inherited-length.html b/testing/web-platform/tests/css/zoom/tentative/inherited-length.html deleted file mode 100644 index 2bc04ff0cb..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/inherited-length.html +++ /dev/null @@ -1,14 +0,0 @@ - - -zoom property: inherited length into zoom - - - - -
-
-
diff --git a/testing/web-platform/tests/css/zoom/tentative/inherited.html b/testing/web-platform/tests/css/zoom/tentative/inherited.html deleted file mode 100644 index baa7f7ed8a..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/inherited.html +++ /dev/null @@ -1,20 +0,0 @@ - - -Effective zoom value is inherited - - - - -
-
-
-
diff --git a/testing/web-platform/tests/css/zoom/tentative/parsing/zoom-computed.html b/testing/web-platform/tests/css/zoom/tentative/parsing/zoom-computed.html deleted file mode 100644 index 3737901490..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/parsing/zoom-computed.html +++ /dev/null @@ -1,22 +0,0 @@ - - -CSS Test: getComputedStyle().zoom - - - -
- diff --git a/testing/web-platform/tests/css/zoom/tentative/parsing/zoom-valid.html b/testing/web-platform/tests/css/zoom/tentative/parsing/zoom-valid.html deleted file mode 100644 index 3db16e0748..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/parsing/zoom-valid.html +++ /dev/null @@ -1,26 +0,0 @@ - - -CSS Test: parsing zoom with valid and invalid values - - - - - - - diff --git a/testing/web-platform/tests/css/zoom/tentative/scroll-corner-crash.html b/testing/web-platform/tests/css/zoom/tentative/scroll-corner-crash.html deleted file mode 100644 index 0ec88deb74..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/scroll-corner-crash.html +++ /dev/null @@ -1,7 +0,0 @@ - -

-
diff --git a/testing/web-platform/tests/css/zoom/tentative/scrollbar-crash.html b/testing/web-platform/tests/css/zoom/tentative/scrollbar-crash.html deleted file mode 100644 index 791022407f..0000000000 --- a/testing/web-platform/tests/css/zoom/tentative/scrollbar-crash.html +++ /dev/null @@ -1,2 +0,0 @@ -