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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/web-animations-api/timed-item-expected.txt
diff --git a/third_party/WebKit/LayoutTests/web-animations-api/timed-item-expected.txt b/third_party/WebKit/LayoutTests/web-animations-api/timed-item-expected.txt
index 1c6d45452a6fa87df81ff7e93ae1325f068cccec..fee73f66206f732b90cb8da3f4008776ba9e1f70 100644
--- a/third_party/WebKit/LayoutTests/web-animations-api/timed-item-expected.txt
+++ b/third_party/WebKit/LayoutTests/web-animations-api/timed-item-expected.txt
@@ -2,8 +2,8 @@ This is a testharness.js-based test.
FAIL localTime and currentIteration are null when the KeyframeEffect is not associated with an Animation assert_equals: expected (object) null but got (undefined) undefined
PASS TimedItem.localTime and TimedItem.currentIteration return reasonable values when an keyframeEffect is in effect
FAIL TimedItem.currentIteration is null when keyframeEffect is not in effect assert_equals: expected (object) null but got (undefined) undefined
-PASS TimedItem startTime, endTime, duration, activeDuration are sensible for a simple keyframeEffect
-PASS TimedItem startTime, endTime, duration, activeDuration are sensible for keyframeEffects with delays and iterations
+FAIL TimedItem startTime, endTime, duration, activeDuration are sensible for a simple keyframeEffect assert_equals: expected (number) 0 but got (undefined) undefined
+FAIL TimedItem startTime, endTime, duration, activeDuration are sensible for keyframeEffects with delays and iterations assert_equals: expected (number) 0 but got (undefined) undefined
alancutter (OOO until 2018) 2016/05/03 04:20:11 startTime doesn't exist in the spec, our version o
PASS TimedItem duration is calculated when no duration is specified
PASS Restricted double attributes on the Timing interface throws for non-finite values.
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698