mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
dom: Implement current window event.
This commit is contained in:
parent
19f4be38d2
commit
097a84671a
6 changed files with 63 additions and 24 deletions
|
@ -1,19 +1,6 @@
|
|||
[event-global.html]
|
||||
[event exists on window, which is initially set to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[window.event is only defined during dispatch]
|
||||
expected: FAIL
|
||||
|
||||
[window.event is undefined if the target is in a shadow tree (event dispatched outside shadow tree)]
|
||||
expected: FAIL
|
||||
|
||||
[window.event is undefined if the target is in a shadow tree (event dispatched inside shadow tree)]
|
||||
expected: FAIL
|
||||
|
||||
[window.event is set to the current event during dispatch]
|
||||
expected: FAIL
|
||||
|
||||
[window.event is set to the current event, which is the event passed to dispatch]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -152,9 +152,6 @@
|
|||
[AbortSignal interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute event]
|
||||
expected: FAIL
|
||||
|
||||
[AbortController interface: new AbortController() must inherit property "abort()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue