aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/svg-matrix-035.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/svg-matrix-035.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/svg-matrix-035.htm')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/html/svg-matrix-035.htm34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/svg-matrix-035.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/svg-matrix-035.htm
deleted file mode 100644
index 3aaa2abf3c2..00000000000
--- a/tests/wpt/css-tests/css-transforms-1_dev/html/svg-matrix-035.htm
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html><head>
- <title>CSS Transforms Test: SVG presentation attribute and matrix and flipping left and up and scaling down vertically: -1 0 0 -0.5 100 100</title>
- <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck">
- <link href="http://www.w3.org/TR/css-transforms-1/#svg-transform" rel="help">
- <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help">
- <link href="http://www.w3.org/TR/css-transforms-1/#funcdef-matrix" rel="help">
- <link href="reference/svg-matrix-four-color-ref.htm" rel="match">
- <meta content="svg" name="flags">
- <meta content="The rect in the test should be flipped left and up scaled down vertically." name="assert">
- <style type="text/css">
- svg {
- width: 200px;
- height: 200px;
- }
- </style>
-</head>
-<body>
- <p>The test passes if you see a four color square where the top left is green, the top right is fuchsia, the bottom left is yellow, and the bottom right is blue. You should see no red.</p>
- <svg>
- <defs>
- <pattern width="100" patternUnits="userSpaceOnUse" y="0" x="0" id="coloredBoxes" height="200">
- <rect y="0" width="50" fill="yellow" x="50" height="100"></rect>
- <rect y="0" width="50" fill="blue" x="0" height="100"></rect>
- <rect y="100" width="50" fill="green" x="50" height="100"></rect>
- <rect y="100" width="50" fill="fuchsia" x="0" height="100"></rect>
- </pattern>
- </defs>
- <rect y="1" width="98" fill="red" x="1" height="98"></rect>
- <rect width="100" fill="url(#coloredBoxes)" transform="matrix(-1 0 0 -0.5 100 100)" height="200"></rect>
- </svg>
-
-
-</body></html> \ No newline at end of file