| Index: third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html b/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
|
| index a22db12c0cde0df87377f246ba08675eef9ecba6..8db4550af84f345ae4f319d44eb13757a2778648 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
|
| @@ -1,7 +1,7 @@
|
| <html lang="en">
|
| <head>
|
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| - <title>Test of -webkit-animation-direction</title>
|
| + <title>Test of animation-direction</title>
|
| <style type="text/css" media="screen">
|
| body {
|
| margin: 0;
|
| @@ -29,14 +29,14 @@
|
| </script>
|
| </head>
|
| <body>
|
| -<!-- This tests the operation of -webkit-animation-direction. After 1 second the red boxes should be hidden by the green boxes. You should see no red boxes. -->
|
| +<!-- This tests the operation of animation-direction. After 1 second the red boxes should be hidden by the green boxes. You should see no red boxes. -->
|
| <div id="box"></div>
|
| <div id="safezone"></div>
|
| <div id="result">
|
| Warning this test is running in real-time and may be flaky.<br>
|
| -PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,50,0<br>
|
| -PASS - "webkitTransform" property for "box" element at 1s saw something close to: 1,0,0,1,100,0<br>
|
| -PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: 1,0,0,1,50,0
|
| +PASS - "transform" property for "box" element at 0.5s saw something close to: 1,0,0,1,50,0<br>
|
| +PASS - "transform" property for "box" element at 1s saw something close to: 1,0,0,1,100,0<br>
|
| +PASS - "transform" property for "box" element at 2.5s saw something close to: 1,0,0,1,50,0
|
| </div>
|
| </div>
|
| </body>
|
|
|