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 --- .../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 -- 12 files changed, 155 deletions(-) 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/tentative') 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 @@ -