DescriptionWeb Animations API: Add layout tests for element.animate() keyframes
Adds layout tests for keyframes with the following configurations:
- 3 keyframes with and without offsets
- Keyframes offsets specified out of order
- Explicit null offset value
- Shared offset keyframes with overlapping/disjoint properties
- Invalid keyframe offsets
- Per keyframe easing
Fixes flaky test issues due to bug 367903 by running the tests
inside requestAnimationFrame().
BUG=367644
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177186
Patch Set 1 #Patch Set 2 : Split 2 and 3 keyframe tests into separate files #Patch Set 3 : Remove crash expectations #Patch Set 4 : Fix unstable timeline flakiness #Patch Set 5 : More keyframe tests #
Total comments: 2
Patch Set 6 : Added fixme #Patch Set 7 : Removed RAF hack #Patch Set 8 : Rebased #Patch Set 9 : Comments and naming for 3-keyframes-with-offsets #
Total comments: 2
Patch Set 10 : Added comment #
Messages
Total messages: 11 (0 generated)
|