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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/timing-model/animation-effects/phases-and-states-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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 11 tests. 6 PASS 5 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Phase calculation for a simple animation effect 3 PASS Phase calculation for a simple animation effect
3 PASS Phase calculation for an animation effect with a positive start delay 4 PASS Phase calculation for an animation effect with a positive start delay
4 FAIL Phase calculation for an animation effect with a negative start delay asser t_equals: Animation effect is in before phase when current time is -1ms (progres s is null with 'none' fill mode) expected (object) null but got (number) 0 5 FAIL Phase calculation for an animation effect with a negative start delay asser t_equals: Animation effect is in before phase when current time is -1ms (progres s is null with 'none' fill mode) expected (object) null but got (number) 0
5 PASS Phase calculation for an animation effect with a positive end delay 6 PASS Phase calculation for an animation effect with a positive end delay
6 PASS Phase calculation for an animation effect with a negative end delay lesser in magnitude than the active duration 7 PASS Phase calculation for an animation effect with a negative end delay lesser in magnitude than the active duration
7 PASS Phase calculation for an animation effect with a negative end delay equal i n magnitude to the active duration 8 PASS Phase calculation for an animation effect with a negative end delay equal i n magnitude to the active duration
8 FAIL Phase calculation for an animation effect with a negative end delay greater in magnitude than the active duration assert_not_equals: Animation effect is in before phase when current time is -1ms (progress is non-null with appropriate f ill mode) got disallowed value null 9 FAIL Phase calculation for an animation effect with a negative end delay greater in magnitude than the active duration assert_not_equals: Animation effect is in before phase when current time is -1ms (progress is non-null with appropriate f ill mode) got disallowed value null
9 PASS Phase calculation for an animation effect with a positive start delay and a negative end delay lesser in magnitude than the active duration 10 PASS Phase calculation for an animation effect with a positive start delay and a negative end delay lesser in magnitude than the active duration
10 FAIL Phase calculation for an animation effect with a negative start delay and a negative end delay equal in magnitude to the active duration assert_not_equals: Animation effect is in before phase when current time is -1ms (progress is non- null with appropriate fill mode) got disallowed value null 11 FAIL Phase calculation for an animation effect with a negative start delay and a negative end delay equal in magnitude to the active duration assert_not_equals: Animation effect is in before phase when current time is -1ms (progress is non- null with appropriate fill mode) got disallowed value null
11 FAIL Phase calculation for an animation effect with a negative start delay and a negative end delay equal greater in magnitude than the active duration assert_n ot_equals: Animation effect is in before phase when current time is -2ms (progre ss is non-null with appropriate fill mode) got disallowed value null 12 FAIL Phase calculation for an animation effect with a negative start delay and a negative end delay equal greater in magnitude than the active duration assert_n ot_equals: Animation effect is in before phase when current time is -2ms (progre ss is non-null with appropriate fill mode) got disallowed value null
12 FAIL Phase calculation for a simple animation effect with negative playback rate assert_not_equals: Animation effect is in active phase when current time is 1ms got disallowed value null 13 FAIL Phase calculation for a simple animation effect with negative playback rate assert_not_equals: Animation effect is in active phase when current time is 1ms got disallowed value null
13 Harness: the test ran to completion. 14 Harness: the test ran to completion.
14 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698