added ErrorEvent WebIDL and errorevent.rs

This commit is contained in:
Ronak Nisher 2014-10-25 11:53:14 -07:00 committed by Josh Matthews
parent 90b0369cdf
commit cbed366bea
7 changed files with 154 additions and 33 deletions

View file

@ -69,6 +69,7 @@ var interfaceNamesInGlobalScope = [
"DOMTokenList",
"DOMStringMap",
"Element",
"ErrorEvent"
"Event",
"EventTarget",
"File",

View file

@ -8103,33 +8103,9 @@
[EventTarget interface: calling dispatchEvent(Event) on window.applicationCache with too few arguments must throw TypeError]
expected: FAIL
[ErrorEvent interface: existence and properties of interface object]
expected: FAIL
[ErrorEvent interface object length]
expected: FAIL
[ErrorEvent interface: existence and properties of interface prototype object]
expected: FAIL
[ErrorEvent interface: existence and properties of interface prototype object\'s "constructor" property]
expected: FAIL
[ErrorEvent interface: attribute message]
expected: FAIL
[ErrorEvent interface: attribute filename]
expected: FAIL
[ErrorEvent interface: attribute lineno]
expected: FAIL
[ErrorEvent interface: attribute colno]
expected: FAIL
[ErrorEvent interface: attribute error]
expected: FAIL
[Navigator interface object length]
expected: FAIL

View file

@ -1,8 +0,0 @@
[Worker_dispatchEvent_ErrorEvent.htm]
type: testharness
[initErrorEvent]
expected: FAIL
[ ErrorEvent and Worker.dispatchEvent() ]
expected: FAIL