aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform-propagate-inherit-boolean-001.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform-propagate-inherit-boolean-001.xht')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform-propagate-inherit-boolean-001.xht30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform-propagate-inherit-boolean-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform-propagate-inherit-boolean-001.xht
deleted file mode 100644
index 154b6fd95cf..00000000000
--- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform-propagate-inherit-boolean-001.xht
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head>
- <title>CSS Test (Transforms): em on Multiple Elements</title>
- <link href="https://dbaron.org/" rel="author" title="L. David Baron" />
- <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor" />
- <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" />
- <meta content="This tests that when a 'transform' rule using
- em affects two elements with different font-sizes, it affects each
- according to its respective font-size, rather than using the same length
- for both. See: https://bugzilla.mozilla.org/show_bug.cgi?id=460440" name="assert" />
- <link href="reference/transform-propagate-inherit-boolean-ref.xht" rel="match" />
- <style>
- p {
- font-size: 20px;
- margin: 0;
- height: 0;
- width: 100px;
- transform: translateX(4em);
- }
- p + p {
- font-size: 40px;
- }
- </style>
- </head>
- <body>
- <p>One</p>
- <p>Two</p>
-
-
-</body></html> \ No newline at end of file