summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/zoom/tentative/inherited.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/zoom/tentative/inherited.html')
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/inherited.html20
1 files changed, 0 insertions, 20 deletions
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>