mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +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>
15 lines
463 B
INI
Vendored
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
|