1 Test dynamic creation of AnimationEvent.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.createEvent exists
8 Test creation of AnimationEvent
9 PASS typeof(ev) is 'object'
10 PASS ev.animationName is ''
11 PASS ev.elapsedTime is 0.0
13 Create a MouseEvent and make sure it doesn't have AnimationEvent properties
14 PASS typeof(ev) is 'object'
15 PASS ev.animationName is undefined
16 PASS ev.elapsedTime is undefined
18 PASS successfullyParsed is true