mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
added ErrorEvent WebIDL and errorevent.rs
This commit is contained in:
parent
90b0369cdf
commit
cbed366bea
7 changed files with 154 additions and 33 deletions
|
@ -69,6 +69,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"DOMTokenList",
|
||||
"DOMStringMap",
|
||||
"Element",
|
||||
"ErrorEvent"
|
||||
"Event",
|
||||
"EventTarget",
|
||||
"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
|
||||
|
||||
|
|
|
@ -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