mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update test expectations for #2172.
This commit is contained in:
parent
5c20ed3023
commit
834af8b713
4 changed files with 9 additions and 37 deletions
|
@ -1,20 +0,0 @@
|
|||
[Event-defaultPrevented.html]
|
||||
type: testharness
|
||||
[When an event is created, defaultPrevented should be initialized to false.]
|
||||
expected: FAIL
|
||||
|
||||
[initEvent should work correctly (not cancelable).]
|
||||
expected: FAIL
|
||||
|
||||
[preventDefault() should not change defaultPrevented if cancelable is false.]
|
||||
expected: FAIL
|
||||
|
||||
[initEvent should work correctly (cancelable).]
|
||||
expected: FAIL
|
||||
|
||||
[preventDefault() should change defaultPrevented if cancelable is false.]
|
||||
expected: FAIL
|
||||
|
||||
[initEvent should unset defaultPrevented.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[Event-propagation.html]
|
||||
type: testharness
|
||||
[Reinitialized after stopPropagation()]
|
||||
expected: FAIL
|
||||
|
||||
[Reinitialized after stopImmediatePropagation()]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[Event-type.html]
|
||||
type: testharness
|
||||
[Event.type should initially be the empty string]
|
||||
expected: FAIL
|
||||
|
||||
[Event.type should be initialized by initEvent]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +1,3 @@
|
|||
[EventTarget-dispatchEvent.html]
|
||||
type: testharness
|
||||
[If the event\'s initialized flag is not set, an InvalidStateError must be thrown.]
|
||||
expected: FAIL
|
||||
|
||||
[If the event\'s dispatch flag is set, an InvalidStateError must be thrown.]
|
||||
expected: FAIL
|
||||
|
||||
[Exceptions from event listeners must not be propagated.]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue