mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
We wouldn't handle the AttributeMutation::Removed for attribute event listeners and wouldn't remove the corresponding event listener. Added the necessary logic (using the newly EventTarget::is_content_event_handler to correctly only do this for known event handlers) and added links to the relevant parts of the spec. Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
31 lines
1.2 KiB
INI
Vendored
31 lines
1.2 KiB
INI
Vendored
[webkit-animation-start-event.html]
|
|
expected: TIMEOUT
|
|
[dispatchEvent of a webkitAnimationStart event does trigger a prefixed event handler or listener]
|
|
expected: FAIL
|
|
|
|
[onwebkitanimationstart event handler should trigger for an animation]
|
|
expected: TIMEOUT
|
|
|
|
[onwebkitanimationstart event handler should not trigger if an unprefixed event handler also exists]
|
|
expected: NOTRUN
|
|
|
|
[onwebkitanimationstart event handler should not trigger if an unprefixed listener also exists]
|
|
expected: NOTRUN
|
|
|
|
[event types for prefixed and unprefixed animationstart event handlers should be named appropriately]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationStart event listener should trigger for an animation]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationStart event listener should not trigger if an unprefixed listener also exists]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationStart event listener should not trigger if an unprefixed event handler also exists]
|
|
expected: NOTRUN
|
|
|
|
[event types for prefixed and unprefixed animationstart event listeners should be named appropriately]
|
|
expected: NOTRUN
|
|
|
|
[webkitAnimationStart event listener is case sensitive]
|
|
expected: NOTRUN
|