| OLD | NEW |
| (Empty) |
| 1 Test dynamic creation of WebKitTransitionEnd event. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS document.createEvent exists | |
| 7 | |
| 8 Test creation of WebKitTransitionEvent | |
| 9 PASS typeof(ev) is 'object' | |
| 10 PASS ev.propertyName is '' | |
| 11 PASS ev.elapsedTime is 0.0 | |
| 12 | |
| 13 Create a MouseEvent and make sure it doesn't have the WebKitTransitionEnd event
properties | |
| 14 PASS typeof(ev) is 'object' | |
| 15 PASS ev.propertyName is undefined | |
| 16 PASS ev.elapsedTime is undefined | |
| 17 | |
| 18 PASS successfullyParsed is true | |
| 19 | |
| 20 TEST COMPLETE | |
| 21 | |
| OLD | NEW |