| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 FAIL window.DragEvent should be exposed assert_own_property: expected property "
DragEvent" missing | 2 PASS window.DragEvent should be exposed |
| 3 PASS createEvent should not be able to create a DragEvent | 3 PASS createEvent should be able to create a DragEvent |
| 4 FAIL DragEvent should have all of the inherited init*Event methods DragEvent is
not defined | 4 FAIL DragEvent should have all of the inherited init*Event methods assert_true:
initDragEvent expected true got false |
| 5 FAIL initMouseEvent should not throw DragEvent is not defined | 5 PASS initMouseEvent should not throw |
| 6 FAIL initUIEvent should not throw DragEvent is not defined | 6 PASS initUIEvent should not throw |
| 7 FAIL initEvent should not throw DragEvent is not defined | 7 PASS initEvent should not throw |
| 8 FAIL DragEvent constructor with null as the dataTransfer parameter should be abl
e to fire the event DragEvent is not defined | 8 PASS DragEvent constructor with null as the dataTransfer parameter should be abl
e to fire the event |
| 9 FAIL DragEvent constructor with undefined as the dataTransfer parameter should b
e able to fire the event DragEvent is not defined | 9 PASS DragEvent constructor with undefined as the dataTransfer parameter should b
e able to fire the event |
| 10 FAIL DragEvent constructor with custom object as the dataTransfer parameter shou
ld throw TypeError assert_throws: function "function () { | 10 PASS DragEvent constructor with custom object as the dataTransfer parameter shou
ld not throw TypeError |
| 11 » var evt = new DragEvent('dragstart', {dat..." threw object "ReferenceErr
or: DragEvent is not defined" ("ReferenceError") expected object "TypeError" ("T
ypeError") | 11 PASS initMouseEvent should be able to fire the event |
| 12 FAIL initMouseEvent should be able to fire the event DragEvent is not defined | 12 PASS initUIEvent should be able to fire the event |
| 13 FAIL initUIEvent should be able to fire the event DragEvent is not defined | 13 PASS initEvent should be able to fire the event |
| 14 FAIL initEvent should be able to fire the event DragEvent is not defined | 14 PASS DragEvent constructor with null as the dataTransfer parameter should give n
ull as the dataTransfer |
| 15 FAIL DragEvent constructor with null as the dataTransfer parameter should give n
ull as the dataTransfer DragEvent is not defined | 15 PASS DragEvent constructor with undefined as the dataTransfer parameter should g
ive null as the dataTransfer |
| 16 FAIL DragEvent constructor with undefined as the dataTransfer parameter should g
ive null as the dataTransfer DragEvent is not defined | 16 PASS initMouseEvent should give null as the dataTransfer |
| 17 FAIL initMouseEvent should give null as the dataTransfer DragEvent is not define
d | 17 PASS initUIEvent should give null as the dataTransfer |
| 18 FAIL initUIEvent should give null as the dataTransfer DragEvent is not defined | 18 PASS initEvent should give null as the dataTransfer |
| 19 FAIL initEvent should give null as the dataTransfer DragEvent is not defined | |
| 20 Harness: the test ran to completion. | 19 Harness: the test ran to completion. |
| 21 | 20 |
| OLD | NEW |