mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
dom: Add missing event handlers
Adding: * global event handlers, * window event handlers, * document and element handlers, * and support for BeforeUnloadEvent. Signed-off-by: Piotr Stankiewicz <bionicrift@gmail.com>
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
[load-events-networkState.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[NETWORK_IDLE]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NETWORK_LOADING]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NETWORK_NO_SOURCE]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[video error event]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[source error event]
|
||||
expected: TIMEOUT
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[resource-selection-invoke-set-src-not-in-document.html]
|
||||
type: testharness
|
||||
[invoking load by setting src on video not in a document]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[resource-selection-invoke-set-src.html]
|
||||
type: testharness
|
||||
[invoking load by setting src]
|
||||
expected: FAIL
|
||||
|
||||
Reference in New Issue
Block a user