summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/zoom/tentative
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /testing/web-platform/tests/css/zoom/tentative
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/zoom/tentative')
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/background-image-ref.html10
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/background-image.html12
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/basic-ref.html10
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/basic.html15
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/green-square-100px.html3
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/image-intrinsic-size.html14
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/inherited-length.html14
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/inherited.html20
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/parsing/zoom-computed.html22
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/parsing/zoom-valid.html26
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/scroll-corner-crash.html7
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/scrollbar-crash.html2
12 files changed, 0 insertions, 155 deletions
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 @@
-<!doctype html>
-<title>CSS Test Reference</title>
-<style>
-div {
- width: 10px;
- height: 10px;
- background-image: image-set(url("/images/pattern.png") 2x);
-}
-</style>
-<div></div>
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 @@
-<!doctype html>
-<title>Zoom affects background-image intrinsic sizes</title>
-<link rel="match" href="background-image-ref.html">
-<style>
-div {
- width: 20px;
- height: 20px;
- zoom: 0.5;
- background-image: url("/images/pattern.png"); /* 20x20 */
-}
-</style>
-<div></div>
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 @@
-<!doctype html>
-<meta charset="utf-8">
-<title>CSS test reference</title>
-<style>
-div {
- background-color: green;
-}
-</style>
-<div style="width: 100px; height: 100px"></div>
-<div style="width: 200px; height: 200px;"></div>
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 @@
-<!doctype html>
-<meta charset="utf-8">
-<title>zoom property: basic test</title>
-<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
-<link rel="author" href="https://mozilla.com" title="Mozilla">
-<link rel="match" href="basic-ref.html">
-<style>
-div {
- width: 100px;
- height: 100px;
- background-color: green;
-}
-</style>
-<div></div>
-<div style="zoom: 2"></div>
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 @@
-<!doctype html>
-<meta charset="utf-8">
-<div style="width: 100px; height: 100px; background-color: green"></div>
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 @@
-<!doctype html>
-<meta charset="utf-8">
-<title>Zoom affects image intrinsic sizes</title>
-<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
-<link rel="author" title="Mozilla" href="https://mozilla.org">
-<link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property">
-<link rel="match" href="background-image-ref.html">
-<style>
-img {
- vertical-align: top;
- zoom: .5;
-}
-</style>
-<img src="/images/pattern.png">
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 @@
-<!doctype html>
-<meta charset="utf-8">
-<title>zoom property: inherited length into zoom</title>
-<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
-<link rel="author" href="https://mozilla.com" title="Mozilla">
-<link rel="match" href="green-square-100px.html">
-<style>
-div {
- background-color: green;
-}
-</style>
-<div style="width: 100px; height: 100px;">
- <div style="zoom: 2; width: inherit;"></div>
-</div>
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 @@
-<!doctype html>
-<meta charset="utf-8">
-<title>Effective zoom value is inherited</title>
-<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
-<link rel="author" href="https://mozilla.com" title="Mozilla">
-<link rel="match" href="basic-ref.html">
-<style>
-.container {
- zoom: 2;
-}
-.child {
- width: 100px;
- height: 100px;
- background-color: green;
-}
-</style>
-<div class="child"></div>
-<div class="container">
- <div class="child"></div>
-</div>
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 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>CSS Test: getComputedStyle().zoom</title>
-<script src="/resources/testharness.js"></script>
-<script src="/resources/testharnessreport.js"></script>
-<script src="/css/support/computed-testcommon.js"></script>
-<div id="target"></div>
-<script>
-test_computed_value("zoom", "normal", "1");
-
-test_computed_value("zoom", "1", "1");
-test_computed_value("zoom", "1.5", "1.5");
-test_computed_value("zoom", "0.75", "0.75");
-
-test_computed_value("zoom", "100%", "1");
-test_computed_value("zoom", "150%", "1.5");
-test_computed_value("zoom", "75%", "0.75");
-
-// Legacy crap, wat
-test_computed_value("zoom", "0", "1");
-test_computed_value("zoom", "0%", "1");
-</script>
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 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>CSS Test: parsing zoom with valid and invalid values</title>
-<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
-<link rel="author" title="Mozilla" href="https://mozilla.com">
-<script src="/resources/testharness.js"></script>
-<script src="/resources/testharnessreport.js"></script>
-<script src="/css/support/parsing-testcommon.js"></script>
-<body>
-<script>
-test_valid_value("zoom", "normal");
-test_valid_value("zoom", "1");
-test_valid_value("zoom", "100%");
-test_valid_value("zoom", "0");
-test_valid_value("zoom", "0%");
-test_valid_value("zoom", "1.5");
-test_valid_value("zoom", "150%")
-test_valid_value("zoom", "75%");
-test_valid_value("zoom", "0.5");
-
-test_invalid_value("zoom", "auto");
-test_invalid_value("zoom", "-100%");
-test_invalid_value("zoom", "-200%");
-test_invalid_value("zoom", "-1");
-test_invalid_value("zoom", "-2");
-</script>
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 @@
-<style>
-* {
- overflow: scroll scroll;
-}
-</style>
-<h4 style="zoom: 3">
-<figure>
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 @@
-<textarea style="zoom: 0.20">
-