Files
servo/tests/wpt/meta-legacy-layout/dom/events/webkit-animation-end-event.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

39 lines
1.3 KiB
INI

[webkit-animation-end-event.html]
expected: TIMEOUT
[event types for prefixed and unprefixed animationend event handlers should be named appropriately]
expected: FAIL
[onwebkitanimationend event handler should not trigger if an unprefixed listener also exists]
expected: FAIL
[webkitAnimationEnd event listener should not trigger if an unprefixed event handler also exists]
expected: NOTRUN
[webkitAnimationEnd event listener is case sensitive]
expected: NOTRUN
[webkitAnimationEnd event listener should trigger for an animation]
expected: TIMEOUT
[onwebkitanimationend event handler should trigger for an animation]
expected: FAIL
[onanimationend and onwebkitanimationend are not aliases]
expected: FAIL
[dispatchEvent of a webkitAnimationEnd event does trigger a prefixed event handler or listener]
expected: FAIL
[webkitAnimationEnd event listener should not trigger if an unprefixed listener also exists]
expected: NOTRUN
[dispatchEvent of an animationend event does not trigger a prefixed event handler or listener]
expected: FAIL
[event types for prefixed and unprefixed animationend event listeners should be named appropriately]
expected: NOTRUN
[onwebkitanimationend event handler should not trigger if an unprefixed event handler also exists]
expected: FAIL