aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-transforms/reference/css-transform-3d-rotateX-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-transforms/reference/css-transform-3d-rotateX-ref.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-transforms/reference/css-transform-3d-rotateX-ref.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-transforms/reference/css-transform-3d-rotateX-ref.html b/tests/wpt/web-platform-tests/css/css-transforms/reference/css-transform-3d-rotateX-ref.html
deleted file mode 100644
index 1575b30ec79..00000000000
--- a/tests/wpt/web-platform-tests/css/css-transforms/reference/css-transform-3d-rotateX-ref.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>CSS Transforms rotateX Reference</title>
- <link rel="author" title="Intel" href="http://www.intel.com">
- <style>
- div {
- background-color: green;
- border: 20px solid black;
- height: 120px;
- left: 60px;
- position: absolute;
- top: 60px;
- width: 120px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a green square with black border around, and no any red.</p>
- <div></div>
- </body>
-</html>