mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
There's an expanded list of event handlers content attributes that need to be forwarded to the corresponding window of the body element, and this PR adds the remaining ones. The full list can be seen in [this link](https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements%2C-document-objects%2C-and-window-objects%3Aevent-handlers-6). Testing: Covered by various WPT tests --------- Signed-off-by: Keith Yeung <kungfukeith11@gmail.com>
31 lines
1.1 KiB
INI
Vendored
31 lines
1.1 KiB
INI
Vendored
[webkit-animation-end-event.html]
|
|
expected: TIMEOUT
|
|
[dispatchEvent of a webkitAnimationEnd event does trigger a prefixed event handler or listener]
|
|
expected: FAIL
|
|
|
|
[onwebkitanimationend event handler should trigger for an animation]
|
|
expected: TIMEOUT
|
|
|
|
[onwebkitanimationend event handler should not trigger if an unprefixed event handler also exists]
|
|
expected: NOTRUN
|
|
|
|
[onwebkitanimationend event handler should not trigger if an unprefixed listener also exists]
|
|
expected: NOTRUN
|
|
|
|
[event types for prefixed and unprefixed animationend event handlers should be named appropriately]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationEnd event listener should trigger for an animation]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationEnd event listener should not trigger if an unprefixed listener also exists]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationEnd event listener should not trigger if an unprefixed event handler also exists]
|
|
expected: NOTRUN
|
|
|
|
[event types for prefixed and unprefixed animationend event listeners should be named appropriately]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationEnd event listener is case sensitive]
|
|
expected: NOTRUN
|