| Index: third_party/WebKit/LayoutTests/fast/transforms/matrix-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/transforms/matrix-01.html b/third_party/WebKit/LayoutTests/fast/transforms/matrix-01.html
|
| deleted file mode 100644
|
| index 86912d2267dc6459fa8199f9137078356aaaedf0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/transforms/matrix-01.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<head>
|
| -<style>
|
| - div {
|
| - width: 100px;
|
| - height: 100px;
|
| - -webkit-transform-origin: 0 0;
|
| - background-color: skyblue;
|
| - border: 5px solid black;
|
| - }
|
| - .matrix { transform: rotate(-30deg) matrix(.866, .5, -.5, .866, 0, 0); }
|
| -</style>
|
| -</head>
|
| -<body>
|
| - <div class="matrix"></div>
|
| -</body>
|
|
|