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

Side by Side Diff: third_party/WebKit/LayoutTests/web-animations-api/timed-item-expected.txt

Issue 1944603003: Make AnimationEffectReadOnly.getComputedTiming() consistent with Web Animations spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update expectations 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 localTime and currentIteration are null when the KeyframeEffect is not asso ciated with an Animation assert_equals: expected (object) null but got (undefine d) undefined 2 FAIL localTime and currentIteration are null when the KeyframeEffect is not asso ciated with an Animation assert_equals: expected (object) null but got (undefine d) undefined
3 PASS TimedItem.localTime and TimedItem.currentIteration return reasonable values when an keyframeEffect is in effect 3 PASS TimedItem.localTime and TimedItem.currentIteration return reasonable values when an keyframeEffect is in effect
4 FAIL TimedItem.currentIteration is null when keyframeEffect is not in effect ass ert_equals: expected (object) null but got (undefined) undefined 4 FAIL TimedItem.currentIteration is null when keyframeEffect is not in effect ass ert_equals: expected (object) null but got (undefined) undefined
5 PASS TimedItem startTime, endTime, duration, activeDuration are sensible for a s imple keyframeEffect 5 FAIL TimedItem startTime, endTime, duration, activeDuration are sensible for a s imple keyframeEffect assert_equals: expected (number) 0 but got (undefined) unde fined
6 PASS TimedItem startTime, endTime, duration, activeDuration are sensible for key frameEffects with delays and iterations 6 FAIL TimedItem startTime, endTime, duration, activeDuration are sensible for key frameEffects with delays and iterations assert_equals: expected (number) 0 but g ot (undefined) undefined
alancutter (OOO until 2018) 2016/05/03 04:20:11 startTime doesn't exist in the spec, our version o
7 PASS TimedItem duration is calculated when no duration is specified 7 PASS TimedItem duration is calculated when no duration is specified
8 PASS Restricted double attributes on the Timing interface throws for non-finite values. 8 PASS Restricted double attributes on the Timing interface throws for non-finite values.
9 Harness: the test ran to completion. 9 Harness: the test ran to completion.
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698