servo/tests/wpt/meta/css/css-animations/idlharness.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

15 lines
463 B
INI
Vendored

[idlharness.html]
[CSSKeyframeRule interface: keyframes.cssRules[0\] must inherit property "keyText" with the proper type]
expected: FAIL
[CSSKeyframeRule interface: attribute keyText]
expected: FAIL
[CSSKeyframeRule interface: attribute style]
expected: FAIL
[CSSKeyframesRule interface: attribute length]
expected: FAIL
[CSSKeyframesRule interface: keyframes must inherit property "length" with the proper type]
expected: FAIL