Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 18 tests. 0 PASS 18 FAIL 0 TIMEOUT 0 NOTRUN
2 FAIL After setting timeline on paused animation it is still paused Animation is not defined 3 FAIL After setting timeline on paused animation it is still paused Animation is not defined
3 FAIL After setting timeline on animation paused outside active interval it is st ill paused Animation is not defined 4 FAIL After setting timeline on animation paused outside active interval it is st ill paused Animation is not defined
4 FAIL After setting timeline on an idle animation without a start time it is stil l idle Animation is not defined 5 FAIL After setting timeline on an idle animation without a start time it is stil l idle Animation is not defined
5 FAIL After setting timeline on an idle animation with a start time it is running Animation is not defined 6 FAIL After setting timeline on an idle animation with a start time it is running Animation is not defined
6 FAIL After setting timeline on an idle animation with a sufficiently ancient sta rt time it is finished Animation is not defined 7 FAIL After setting timeline on an idle animation with a sufficiently ancient sta rt time it is finished Animation is not defined
7 FAIL After setting timeline on a play-pending animation it is still pending Anim ation is not defined 8 FAIL After setting timeline on a play-pending animation it is still pending Anim ation is not defined
8 FAIL After setting timeline on a play-pending animation it begins playing after pending Animation is not defined 9 FAIL After setting timeline on a play-pending animation it begins playing after pending Animation is not defined
9 FAIL After setting timeline on a pause-pending animation it is still pending Ani mation is not defined 10 FAIL After setting timeline on a pause-pending animation it is still pending Ani mation is not defined
10 FAIL After setting timeline on a pause-pending animation it becomes paused after pending Animation is not defined 11 FAIL After setting timeline on a pause-pending animation it becomes paused after pending Animation is not defined
11 FAIL After clearing timeline on paused animation it is still paused Animation is not defined 12 FAIL After clearing timeline on paused animation it is still paused Animation is not defined
12 FAIL After clearing timeline on finished animation it is idle Animation is not d efined 13 FAIL After clearing timeline on finished animation it is idle Animation is not d efined
13 FAIL After clearing timeline on running animation it is idle Animation is not de fined 14 FAIL After clearing timeline on running animation it is idle Animation is not de fined
14 FAIL After clearing timeline on idle animation it is still idle Animation is not defined 15 FAIL After clearing timeline on idle animation it is still idle Animation is not defined
15 FAIL After clearing timeline on play-pending animation it is still pending Canno t assign to read only property 'timeline' of object '#<Animation>' 16 FAIL After clearing timeline on play-pending animation it is still pending Canno t assign to read only property 'timeline' of object '#<Animation>'
16 FAIL After clearing and re-setting timeline on play-pending animation it begins to play Cannot assign to read only property 'timeline' of object '#<Animation>' 17 FAIL After clearing and re-setting timeline on play-pending animation it begins to play Cannot assign to read only property 'timeline' of object '#<Animation>'
17 FAIL After clearing timeline on a pause-pending animation it is still pending An imation is not defined 18 FAIL After clearing timeline on a pause-pending animation it is still pending An imation is not defined
18 FAIL After clearing and re-setting timeline on a pause-pending animation it beco mes paused Animation is not defined 19 FAIL After clearing and re-setting timeline on a pause-pending animation it beco mes paused Animation is not defined
19 FAIL After clearing and re-setting timeline on an animation in the middle of an aborted pause, it continues playing using the same start time Animation is not d efined 20 FAIL After clearing and re-setting timeline on an animation in the middle of an aborted pause, it continues playing using the same start time Animation is not d efined
20 Harness: the test ran to completion. 21 Harness: the test ran to completion.
21 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698