mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
auto merge of #4230 : jdm/servo/errorreporter, r=jdm
Rebased from #3822.
This commit is contained in:
commit
0065c230da
7 changed files with 154 additions and 33 deletions
|
@ -69,6 +69,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"DOMTokenList",
|
||||
"DOMStringMap",
|
||||
"Element",
|
||||
"ErrorEvent"
|
||||
"Event",
|
||||
"EventTarget",
|
||||
"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
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[Worker_dispatchEvent_ErrorEvent.htm]
|
||||
type: testharness
|
||||
[initErrorEvent]
|
||||
expected: FAIL
|
||||
|
||||
[ ErrorEvent and Worker.dispatchEvent() ]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue