Update expected test results.

This commit is contained in:
Josh Matthews 2017-10-31 17:41:04 -04:00
parent 15db457551
commit 8d182cb162
429 changed files with 4881 additions and 1516 deletions

View file

@ -0,0 +1,2 @@
[animation-delay-008.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[animation-delay-009.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[animation-delay-010.html]
expected: TIMEOUT

View file

@ -1,3 +1,50 @@
[animationevent-interface.html]
type: testharness
expected: TIMEOUT
[the event is an instance of AnimationEvent]
expected: FAIL
[the event inherts from Event]
expected: FAIL
[Missing type argument]
expected: FAIL
[type argument is string]
expected: FAIL
[type argument is null]
expected: FAIL
[event type set to undefined]
expected: FAIL
[animationName has default value of empty string]
expected: FAIL
[elapsedTime has default value of 0.0]
expected: FAIL
[animationName is readonly]
expected: FAIL
[elapsedTime is readonly]
expected: FAIL
[animationEventInit argument is null]
expected: FAIL
[animationEventInit argument is undefined]
expected: FAIL
[animationEventInit argument is empty dictionary]
expected: FAIL
[animationName set to 'sample']
expected: FAIL
[elapsedTime set to 0.5]
expected: FAIL
[AnimationEventInit properties set value]
expected: FAIL