| Index: LayoutTests/animations/play-state-expected.txt
|
| diff --git a/LayoutTests/animations/play-state-expected.txt b/LayoutTests/animations/play-state-expected.txt
|
| index 077a50c116fecb73f86234ceeec07d5279e21118..df78df5413a9f3edfdf6ed7ebdaa287483e8b040 100644
|
| --- a/LayoutTests/animations/play-state-expected.txt
|
| +++ b/LayoutTests/animations/play-state-expected.txt
|
| @@ -1,10 +1,8 @@
|
| -Warning this test is running in real-time and may be flaky.
|
| -PASS - "webkitTransform" property for "box1" element at 0.5s saw something close to: 1,0,0,1,25,0
|
| -PASS - "left" property for "box2" element at 0.5s saw something close to: 25
|
| -PASS - "webkitTransform" property for "box1" element at 1.1s saw something close to: 1,0,0,1,50,0
|
| -PASS - "left" property for "box2" element at 1.1s saw something close to: 50
|
| -PASS - "webkitTransform" property for "box1" element at 1.5s saw something close to: 1,0,0,1,50,0
|
| -PASS - "left" property for "box2" element at 1.5s saw something close to: 50
|
| -PASS - "webkitTransform" property for "box1" element at 2.5s saw something close to: 1,0,0,1,75,0
|
| -PASS - "left" property for "box2" element at 2.5s saw something close to: 75
|
| +This tests the operation of -webkit-animation-play-state. We test style while the animations are paused and once unpaused.
|
|
|
| +transform
|
| +left
|
| +PASS: Element 'translate' had correct style when paused
|
| +PASS: Element 'left' had correct style when paused
|
| +PASS: Element 'translate' had correct style at end
|
| +PASS: Element 'left' had correct style at end
|
|
|