summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/animations/missing-from-to-transforms-expected.txt
blob: a40bc1da98982cb976de8641b6710342756c0418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This test performs animations of the transform property on five boxes over 2 seconds. Box 1 has all keyframes. Box 2 has a missing "from" keyframe. Box 3 has a missing "to" keyframe. Box 4 has both "from" and "to" keyframes missing, but other keyframes which should trigger the generation of "from" and "to". Box 5 has no keyframes, and should not animate. The test takes 3 snapshots each and expects each result to be within a specified range.
PASS - box5 animation was not running
PASS - "webkitTransform.4" property for "box1" element at 0.4s saw something close to: 20
PASS - "webkitTransform.4" property for "box1" element at 1s saw something close to: 20
PASS - "webkitTransform.4" property for "box1" element at 1.6s saw something close to: 15
PASS - "webkitTransform.4" property for "box2" element at 0.4s saw something close to: 20
PASS - "webkitTransform.4" property for "box2" element at 1s saw something close to: 20
PASS - "webkitTransform.4" property for "box2" element at 1.6s saw something close to: 15
PASS - "webkitTransform.4" property for "box3" element at 0.4s saw something close to: 20
PASS - "webkitTransform.4" property for "box3" element at 1s saw something close to: 20
PASS - "webkitTransform.4" property for "box3" element at 1.6s saw something close to: 15
PASS - "webkitTransform.4" property for "box4" element at 0.4s saw something close to: 20
PASS - "webkitTransform.4" property for "box4" element at 1s saw something close to: 25
PASS - "webkitTransform.4" property for "box4" element at 1.6s saw something close to: 15