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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming-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 36 tests. 34 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed without any KeyframeEffectOptions object 3 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed without any KeyframeEffectOptions object
3 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an empty KeyframeEffectOptions object 4 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an empty KeyframeEffectOptions object
4 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a normal KeyframeEffectOptions object 5 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a normal KeyframeEffectOptions object
5 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a double value 6 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a double value
6 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by +Infinity 7 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by +Infinity
7 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity duration 8 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity duration
8 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto duration 9 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto duration
9 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity iterations 10 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity iterations
10 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto fill 11 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto fill
11 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a forwards fill 12 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a forwards fill
(...skipping 18 matching lines...) Expand all
30 PASS getComputedTiming().endTime for a non-zero duration, non-zero delay and non -default iteration 31 PASS getComputedTiming().endTime for a non-zero duration, non-zero delay and non -default iteration
31 PASS getComputedTiming().endTime for an infinite iteration count 32 PASS getComputedTiming().endTime for an infinite iteration count
32 PASS getComputedTiming().endTime for an infinite duration 33 PASS getComputedTiming().endTime for an infinite duration
33 PASS getComputedTiming().endTime for an infinite duration and delay 34 PASS getComputedTiming().endTime for an infinite duration and delay
34 PASS getComputedTiming().endTime for an infinite duration and negative delay 35 PASS getComputedTiming().endTime for an infinite duration and negative delay
35 PASS getComputedTiming().endTime for an non-zero duration and negative delay 36 PASS getComputedTiming().endTime for an non-zero duration and negative delay
36 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre ater than active duration assert_equals: expected 0 but got -1000 37 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre ater than active duration assert_equals: expected 0 but got -1000
37 FAIL getComputedTiming().endTime for a zero duration and negative delay assert_e quals: expected 0 but got -1000 38 FAIL getComputedTiming().endTime for a zero duration and negative delay assert_e quals: expected 0 but got -1000
38 Harness: the test ran to completion. 39 Harness: the test ran to completion.
39 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698