| 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
|
| index 1b5d69070ffc461e47a91929c74ad51d029c65e6..b64dd6b2cb372ae39877739bd5246ed7270e4bdd 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
|
| @@ -1,24 +1,13 @@
|
| <!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>
|
| +<style>
|
| +.box {
|
| + height: 100px;
|
| + width: 100px;
|
| + background-color: blue;
|
| +}
|
|
|
| +#box {
|
| + transform: rotate(90deg) translate(100px, 0);
|
| +}
|
| +</style>
|
| <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>
|
|
|