auto merge of #4230 : jdm/servo/errorreporter, r=jdm

Rebased from #3822.
This commit is contained in:
bors-servo 2014-12-05 02:28:09 -07:00
commit 0065c230da
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

@ -8100,33 +8100,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