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

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

Issue 1985313003: Move the web-animations directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
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 KeyframeEffectReadOnly is not defined
(...skipping 20 matching lines...) Expand all
31 FAIL getComputedTiming().endTime for a non-zero duration, non-zero delay and non -default iteration KeyframeEffectReadOnly is not defined 31 FAIL getComputedTiming().endTime for a non-zero duration, non-zero delay and non -default iteration KeyframeEffectReadOnly is not defined
32 FAIL getComputedTiming().endTime for an infinite iteration count KeyframeEffectR eadOnly is not defined 32 FAIL getComputedTiming().endTime for an infinite iteration count KeyframeEffectR eadOnly is not defined
33 FAIL getComputedTiming().endTime for an infinite duration KeyframeEffectReadOnly is not defined 33 FAIL getComputedTiming().endTime for an infinite duration KeyframeEffectReadOnly is not defined
34 FAIL getComputedTiming().endTime for an infinite duration and delay KeyframeEffe ctReadOnly is not defined 34 FAIL getComputedTiming().endTime for an infinite duration and delay KeyframeEffe ctReadOnly is not defined
35 FAIL getComputedTiming().endTime for an infinite duration and negative delay Key frameEffectReadOnly is not defined 35 FAIL getComputedTiming().endTime for an infinite duration and negative delay Key frameEffectReadOnly is not defined
36 FAIL getComputedTiming().endTime for an non-zero duration and negative delay Key frameEffectReadOnly is not defined 36 FAIL getComputedTiming().endTime for an non-zero duration and negative delay Key frameEffectReadOnly is not defined
37 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre ater than active duration KeyframeEffectReadOnly is not defined 37 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre ater than active duration KeyframeEffectReadOnly is not defined
38 FAIL getComputedTiming().endTime for a zero duration and negative delay Keyframe EffectReadOnly is not defined 38 FAIL getComputedTiming().endTime for a zero duration and negative delay Keyframe EffectReadOnly is not defined
39 Harness: the test ran to completion. 39 Harness: the test ran to completion.
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698