servo/tests/wpt/meta/dom/events/webkit-animation-start-event.html.ini
Tim van der Lippe f334a56b07
Remove event handlers when attribute is removed (#38734)
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>
2025-08-22 19:43:04 +00:00

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