mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +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:
@@ -2,43 +2,3 @@
|
||||
type: testharness
|
||||
[error]
|
||||
expected: FAIL
|
||||
|
||||
[focus]
|
||||
expected: FAIL
|
||||
|
||||
[scroll]
|
||||
expected: FAIL
|
||||
|
||||
[afterprint]
|
||||
expected: FAIL
|
||||
|
||||
[beforeprint]
|
||||
expected: FAIL
|
||||
|
||||
[beforeunload]
|
||||
expected: FAIL
|
||||
|
||||
[hashchange]
|
||||
expected: FAIL
|
||||
|
||||
[languagechange]
|
||||
expected: FAIL
|
||||
|
||||
[message]
|
||||
expected: FAIL
|
||||
|
||||
[offline]
|
||||
expected: FAIL
|
||||
|
||||
[online]
|
||||
expected: FAIL
|
||||
|
||||
[pagehide]
|
||||
expected: FAIL
|
||||
|
||||
[pageshow]
|
||||
expected: FAIL
|
||||
|
||||
[popstate]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user