Pass | window.DragEvent should be exposed | Asserts runPass | assert_own_property(object "[object Window]", "DragEvent")
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:12:3) |
|
Pass | DragEvent should have all of the inherited init*Event methods | Asserts runPass | assert_false(false, "initDragEvent")
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:16:3) | Pass | assert_true(true, "initMouseEvent")
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:17:3) | Pass | assert_true(true, "initUIEvent")
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:18:3) | Pass | assert_true(true, "initEvent")
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:19:3) |
|
Pass | initMouseEvent should not throw | Asserts runNo asserts ran |
Pass | initUIEvent should not throw | Asserts runNo asserts ran |
Pass | initEvent should not throw | Asserts runNo asserts ran |
Pass | DragEvent constructor with null as the dataTransfer parameter should be able to fire the event | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:41:3) |
|
Pass | DragEvent constructor with undefined as the dataTransfer parameter should be able to fire the event | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:47:3) |
|
Pass | DragEvent constructor with custom object as the dataTransfer parameter should throw TypeError | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { var evt = new DragEvent('dragstart', {dataTransfer:{}}); }")
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:50:3) |
|
Pass | initMouseEvent should be able to fire the event | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:59:3) |
|
Pass | initUIEvent should be able to fire the event | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:66:3) |
|
Pass | initEvent should be able to fire the event | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:73:3) |
|
Pass | DragEvent constructor with null as the dataTransfer parameter should give null as the dataTransfer | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:80:3) |
|
Pass | DragEvent constructor with undefined as the dataTransfer parameter should give null as the dataTransfer | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:86:3) |
|
Pass | initMouseEvent should give null as the dataTransfer | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:93:3) |
|
Pass | initUIEvent should give null as the dataTransfer | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:100:3) |
|
Pass | initEvent should give null as the dataTransfer | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/editing/dnd/synthetic/001.html:107:3) |
|