| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS window.DragEvent should be exposed | 2 PASS window.DragEvent should be exposed |
| 3 FAIL createEvent should not be able to create a DragEvent assert_throws: functio
n "function () { | 3 FAIL createEvent should not be able to create a DragEvent assert_throws: functio
n "function () { |
| 4 » var evt = document.createEvent('DragEvent..." did not throw | 4 » var evt = document.createEvent('DragEvent'); |
| 5 }" did not throw |
| 5 PASS DragEvent should have all of the inherited init*Event methods | 6 PASS DragEvent should have all of the inherited init*Event methods |
| 6 PASS initMouseEvent should not throw | 7 PASS initMouseEvent should not throw |
| 7 PASS initUIEvent should not throw | 8 PASS initUIEvent should not throw |
| 8 PASS initEvent should not throw | 9 PASS initEvent should not throw |
| 9 PASS DragEvent constructor with null as the dataTransfer parameter should be abl
e to fire the event | 10 PASS DragEvent constructor with null as the dataTransfer parameter should be abl
e to fire the event |
| 10 PASS DragEvent constructor with undefined as the dataTransfer parameter should b
e able to fire the event | 11 PASS DragEvent constructor with undefined as the dataTransfer parameter should b
e able to fire the event |
| 11 PASS DragEvent constructor with custom object as the dataTransfer parameter shou
ld throw TypeError | 12 PASS DragEvent constructor with custom object as the dataTransfer parameter shou
ld throw TypeError |
| 12 PASS initMouseEvent should be able to fire the event | 13 PASS initMouseEvent should be able to fire the event |
| 13 PASS initUIEvent should be able to fire the event | 14 PASS initUIEvent should be able to fire the event |
| 14 PASS initEvent should be able to fire the event | 15 PASS initEvent should be able to fire the event |
| 15 PASS DragEvent constructor with null as the dataTransfer parameter should give n
ull as the dataTransfer | 16 PASS DragEvent constructor with null as the dataTransfer parameter should give n
ull as the dataTransfer |
| 16 PASS DragEvent constructor with undefined as the dataTransfer parameter should g
ive null as the dataTransfer | 17 PASS DragEvent constructor with undefined as the dataTransfer parameter should g
ive null as the dataTransfer |
| 17 PASS initMouseEvent should give null as the dataTransfer | 18 PASS initMouseEvent should give null as the dataTransfer |
| 18 PASS initUIEvent should give null as the dataTransfer | 19 PASS initUIEvent should give null as the dataTransfer |
| 19 PASS initEvent should give null as the dataTransfer | 20 PASS initEvent should give null as the dataTransfer |
| 20 Harness: the test ran to completion. | 21 Harness: the test ran to completion. |
| 21 | 22 |
| OLD | NEW |