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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming-expected.txt

Issue 2369833002: Introduce KeyframeEffectReadOnly interface (Closed)
Patch Set: Created 4 years, 2 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 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed without any KeyframeEffectOptions object KeyframeEffectReadOnly is not defined 2 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed without any KeyframeEffectOptions object assert_equals: computed fill expected " none" but got "both"
suzyh_UTC10 (ex-contributor) 2016/09/27 03:44:46 Turns out these "expected 'none' but got 'both'" e
3 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an empty KeyframeEffectOptions object KeyframeEffectReadOnly is not defined 3 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an empty KeyframeEffectOptions object assert_equals: computed fill expected " none" but got "both"
4 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a normal KeyframeEffectOptions object KeyframeEffectReadOnly is not defined 4 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a normal KeyframeEffectOptions object assert_equals: computed fill expected " none" but got "both"
5 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a double value KeyframeEffectReadOnly is not defined 5 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a double value assert_equals: computed fill expected "none" but got "both"
6 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by +Infinity KeyframeEffectReadOnly is not defined 6 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by +Infinity assert_equals: computed fill expected "none" but got "both"
7 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity duration KeyframeEffectReadOnly is not defined 7 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity duration assert_equals: computed fill expected "none" but got "bo th"
8 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto duration KeyframeEffectReadOnly is not defined 8 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto duration assert_equals: computed fill expected "none" but got "both"
9 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity iterations KeyframeEffectReadOnly is not defined 9 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity iterations assert_equals: computed fill expected "none" but got " both"
10 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto fill KeyframeEffectReadOnly is not defined 10 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto fill assert_equals: computed fill expected "none" but got "both"
11 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a forwards fill KeyframeEffectReadOnly is not defined 11 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a forwards fill
12 FAIL getComputedTiming().activeDuration for an empty KeyframeEffectOptions objec t KeyframeEffectReadOnly is not defined 12 PASS getComputedTiming().activeDuration for an empty KeyframeEffectOptions objec t
13 FAIL getComputedTiming().activeDuration for a non-zero duration and default iter ation count KeyframeEffectReadOnly is not defined 13 PASS getComputedTiming().activeDuration for a non-zero duration and default iter ation count
14 FAIL getComputedTiming().activeDuration for a non-zero duration and integral ite ration count KeyframeEffectReadOnly is not defined 14 PASS getComputedTiming().activeDuration for a non-zero duration and integral ite ration count
15 FAIL getComputedTiming().activeDuration for a non-zero duration and fractional i teration count KeyframeEffectReadOnly is not defined 15 PASS getComputedTiming().activeDuration for a non-zero duration and fractional i teration count
16 FAIL getComputedTiming().activeDuration for an non-zero duration and infinite it eration count KeyframeEffectReadOnly is not defined 16 PASS getComputedTiming().activeDuration for an non-zero duration and infinite it eration count
17 FAIL getComputedTiming().activeDuration for an non-zero duration and zero iterat ion count KeyframeEffectReadOnly is not defined 17 PASS getComputedTiming().activeDuration for an non-zero duration and zero iterat ion count
18 FAIL getComputedTiming().activeDuration for a zero duration and default iteratio n count KeyframeEffectReadOnly is not defined 18 PASS getComputedTiming().activeDuration for a zero duration and default iteratio n count
19 FAIL getComputedTiming().activeDuration for a zero duration and fractional itera tion count KeyframeEffectReadOnly is not defined 19 PASS getComputedTiming().activeDuration for a zero duration and fractional itera tion count
20 FAIL getComputedTiming().activeDuration for a zero duration and infinite iterati on count KeyframeEffectReadOnly is not defined 20 PASS getComputedTiming().activeDuration for a zero duration and infinite iterati on count
21 FAIL getComputedTiming().activeDuration for a zero duration and zero iteration c ount KeyframeEffectReadOnly is not defined 21 PASS getComputedTiming().activeDuration for a zero duration and zero iteration c ount
22 FAIL getComputedTiming().activeDuration for an infinite duration and default ite ration count KeyframeEffectReadOnly is not defined 22 PASS getComputedTiming().activeDuration for an infinite duration and default ite ration count
23 FAIL getComputedTiming().activeDuration for an infinite duration and zero iterat ion count KeyframeEffectReadOnly is not defined 23 PASS getComputedTiming().activeDuration for an infinite duration and zero iterat ion count
24 FAIL getComputedTiming().activeDuration for an infinite duration and fractional iteration count KeyframeEffectReadOnly is not defined 24 PASS getComputedTiming().activeDuration for an infinite duration and fractional iteration count
25 FAIL getComputedTiming().activeDuration for an infinite duration and infinite it eration count KeyframeEffectReadOnly is not defined 25 PASS getComputedTiming().activeDuration for an infinite duration and infinite it eration count
26 FAIL getComputedTiming().endTime for an empty KeyframeEffectOptions object Keyfr ameEffectReadOnly is not defined 26 PASS getComputedTiming().endTime for an empty KeyframeEffectOptions object
27 FAIL getComputedTiming().endTime for a non-zero duration and default iteration c ount KeyframeEffectReadOnly is not defined 27 PASS getComputedTiming().endTime for a non-zero duration and default iteration c ount
28 FAIL getComputedTiming().endTime for a non-zero duration and non-default iterati on count KeyframeEffectReadOnly is not defined 28 PASS getComputedTiming().endTime for a non-zero duration and non-default iterati on count
29 FAIL getComputedTiming().endTime for a non-zero duration and non-zero delay Keyf rameEffectReadOnly is not defined 29 PASS getComputedTiming().endTime for a non-zero duration and non-zero delay
30 FAIL getComputedTiming().endTime for a non-zero duration, non-zero delay and non -default iteration KeyframeEffectReadOnly is not defined 30 PASS getComputedTiming().endTime for a non-zero duration, non-zero delay and non -default iteration
31 FAIL getComputedTiming().endTime for an infinite iteration count KeyframeEffectR eadOnly is not defined 31 PASS getComputedTiming().endTime for an infinite iteration count
32 FAIL getComputedTiming().endTime for an infinite duration KeyframeEffectReadOnly is not defined 32 PASS getComputedTiming().endTime for an infinite duration
33 FAIL getComputedTiming().endTime for an infinite duration and delay KeyframeEffe ctReadOnly is not defined 33 PASS getComputedTiming().endTime for an infinite duration and delay
34 FAIL getComputedTiming().endTime for an infinite duration and negative delay Key frameEffectReadOnly is not defined 34 PASS getComputedTiming().endTime for an infinite duration and negative delay
35 FAIL getComputedTiming().endTime for an non-zero duration and negative delay Key frameEffectReadOnly is not defined 35 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 KeyframeEffectReadOnly is not defined 36 PASS getComputedTiming().endTime for an non-zero duration and negative delay gre ater than active duration
37 FAIL getComputedTiming().endTime for a zero duration and negative delay Keyframe EffectReadOnly is not defined 37 PASS getComputedTiming().endTime for a zero duration and negative delay
38 Harness: the test ran to completion. 38 Harness: the test ran to completion.
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698