aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-3d-rotateX-negative.htm
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-11-01 18:17:08 -0400
committerJosh Matthews <josh@joshmatthews.net>2017-11-02 09:22:26 -0400
commit12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch)
tree982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-3d-rotateX-negative.htm
parent00940911c5755651df7038c7bf4b51c77a44c225 (diff)
downloadservo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz
servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-3d-rotateX-negative.htm')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-3d-rotateX-negative.htm37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-3d-rotateX-negative.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-3d-rotateX-negative.htm
deleted file mode 100644
index d3183bab768..00000000000
--- a/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-3d-rotateX-negative.htm
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html><head>
- <meta charset="utf-8">
- <title>CSS Transforms Test: rotateX on div element</title>
- <link href="http://www.intel.com" rel="author" title="Intel">
- <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help">
- <link href="reference/css-transform-3d-rotateX-ref.htm" rel="match">
- <meta content="Test checks that rotate a 2:1 rectangle on X-axis for -60 degree we will get a square and completely cover the red square, and here we use border due to the rectangle not be rotated would cover the red square." name="assert">
- <style>
- div {
- position: absolute;
- }
- div.redsquare {
- background-color: red;
- border: 20px solid black;
- height: 120px;
- left: 60px;
- top: 60px;
- width: 120px;
- }
- div.green {
- background-color: green;
- height: 240px;
- left: 80px;
- top: 20px;
- transform: rotateX(-60deg);
- width: 120px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a green square with black border around, and no any red.</p>
- <div class="redsquare"></div>
- <div class="green"></div>
-
-
-</body></html> \ No newline at end of file