blob: 5c425945f25f11fc073219d077facf007c2d63a8 [file] [log] [blame]
cdumez@apple.coma84e2bf2017-06-14 15:40:51 +00001Tests that CSS animations that are created while the page is hidden are properly resumed when the page becomes visible.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS internals.animationsAreSuspended() is false
7PASS internals.numberOfActiveAnimations() is 1
8Suspend animations
9PASS internals.animationsAreSuspended() is true
10PASS internals.animationsAreSuspended() is true
11PASS internals.animationsAreSuspended() is true
12PASS window.getComputedStyle(testDiv).transform is pausedTransform
13Resume animations...
14PASS window.getComputedStyle(testDiv).transform != pausedTransform became true
15PASS successfullyParsed is true
16
17TEST COMPLETE
18TEST