aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css3-transform-rotateY.xht
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/xhtml1/css3-transform-rotateY.xht
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/xhtml1/css3-transform-rotateY.xht')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css3-transform-rotateY.xht34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css3-transform-rotateY.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css3-transform-rotateY.xht
deleted file mode 100644
index edf362d585f..00000000000
--- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css3-transform-rotateY.xht
+++ /dev/null
@@ -1,34 +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 Transforms Test: transform property with rotateY function</title>
- <link href="mailto:codedancerhua@gmail.com" rel="author" title="Noah Lu" />
- <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" />
- <link href="http://www.w3.org/TR/css-transforms-1/#funcdef-rotate" rel="help" />
- <link href="reference/css3-transform-rotateY-ref.xht" rel="match" />
- <meta content="box width should be equal to projection width if transform rotateY applied" name="assert" />
- <style type="text/css">
- div {
- height: 100px;
- position: absolute;
- top: 80px;
- }
- .red {
- background-color: red;
- left: 80px;
- width: 100px;
- }
- .green{
- background-color: green;
- left: 30px;
- transform: rotateY(60deg);
- width: 200px;
- }
- </style>
-</head>
-<body>
- <p>The test passes if there is a green square and no red.</p>
- <div class="red"></div>
- <div class="green"></div>
-
-
-</body></html> \ No newline at end of file