mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #2181 : Ms2ger/servo/update-expectation, r=jdm
This commit is contained in:
commit
666f629d5a
5 changed files with 9 additions and 91 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
|
||||
|
|
|
@ -18,120 +18,66 @@
|
|||
[createEvent(\'CUSTOMEVENT\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Event should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'Event\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[event should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'event\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[EVENT should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'EVENT\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Events should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'Events\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[events should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'events\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[EVENTS should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'EVENTS\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'HTMLEvents\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[htmlevents should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'htmlevents\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLEVENTS should be an alias for Event.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'HTMLEVENTS\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[MouseEvent should be an alias for MouseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'MouseEvent\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[mouseevent should be an alias for MouseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'mouseevent\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[MOUSEEVENT should be an alias for MouseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'MOUSEEVENT\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'MouseEvents\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[mouseevents should be an alias for MouseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'mouseevents\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[MOUSEEVENTS should be an alias for MouseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'MOUSEEVENTS\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[UIEvent should be an alias for UIEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'UIEvent\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[uievent should be an alias for UIEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'uievent\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[UIEVENT should be an alias for UIEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'UIEVENT\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'UIEvents\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[uievents should be an alias for UIEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'uievents\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[UIEVENTS should be an alias for UIEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'UIEVENTS\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue