diff options
Diffstat (limited to 'tests/wpt/metadata/css/css-animations/animationevent-interface.html.ini')
-rw-r--r-- | tests/wpt/metadata/css/css-animations/animationevent-interface.html.ini | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/tests/wpt/metadata/css/css-animations/animationevent-interface.html.ini b/tests/wpt/metadata/css/css-animations/animationevent-interface.html.ini index 3b6037ad7a7..68e78563596 100644 --- a/tests/wpt/metadata/css/css-animations/animationevent-interface.html.ini +++ b/tests/wpt/metadata/css/css-animations/animationevent-interface.html.ini @@ -1,53 +1,52 @@ [animationevent-interface.html] - type: testharness [the event is an instance of AnimationEvent] expected: FAIL - [the event inherts from Event] + [animationName is readonly] expected: FAIL - [Missing type argument] + [type argument is null] expected: FAIL - [type argument is string] + [elapsedTime has default value of 0.0] expected: FAIL - [type argument is null] + [elapsedTime is readonly] expected: FAIL - [event type set to undefined] + [elapsedTime set to 0.5] expected: FAIL - [animationName has default value of empty string] + [animationEventInit argument is empty dictionary] expected: FAIL - [elapsedTime has default value of 0.0] + [event type set to undefined] expected: FAIL - [animationName is readonly] + [Missing type argument] expected: FAIL - [elapsedTime is readonly] + [AnimationEvent.pseudoElement initialized from the dictionary] expected: FAIL - [animationEventInit argument is null] + [the event inherts from Event] expected: FAIL - [animationEventInit argument is undefined] + [type argument is string] expected: FAIL - [animationEventInit argument is empty dictionary] + [animationName set to 'sample'] expected: FAIL - [animationName set to 'sample'] + [animationEventInit argument is undefined] expected: FAIL - [elapsedTime set to 0.5] + [animationEventInit argument is null] expected: FAIL [AnimationEventInit properties set value] expected: FAIL - [AnimationEvent.pseudoElement initialized from the dictionary] + [animationName has default value of empty string] expected: FAIL |