mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update expected test results.
This commit is contained in:
parent
15db457551
commit
8d182cb162
429 changed files with 4881 additions and 1516 deletions
|
@ -0,0 +1,2 @@
|
|||
[animation-delay-008.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[animation-delay-009.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[animation-delay-010.html]
|
||||
expected: TIMEOUT
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue