aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css3-transform-rotateY.xht
diff options
context:
space:
mode:
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