| Index: third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html b/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
|
| deleted file mode 100644
|
| index 1b5d69070ffc461e47a91929c74ad51d029c65e6..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <style type="text/css">
|
| - .box {
|
| - height: 100px;
|
| - width: 100px;
|
| - background-color: blue;
|
| - }
|
| -
|
| - #box {
|
| - transform: rotate(90deg) translate(100px, 0);
|
| - }
|
| - </style>
|
| -</head>
|
| -<body>
|
| -
|
| -<div class="box" id="box"></div>
|
| -<div id="result">
|
| -PASS - "webkitTransform" property for "box" element at 1s saw something close to: 0,1,-1,0,0,100
|
| -</div>
|
| -
|
| -</body>
|
| -</html>
|
|
|