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

Unified Diff: LayoutTests/web-animations-api/timed-item-expected.txt

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/web-animations-api/timed-item-expected.txt
diff --git a/LayoutTests/web-animations-api/timed-item-expected.txt b/LayoutTests/web-animations-api/timed-item-expected.txt
index 3c09337ebb2061d97d9f3312a84d3f686bf5ceb0..1c6d45452a6fa87df81ff7e93ae1325f068cccec 100644
--- a/LayoutTests/web-animations-api/timed-item-expected.txt
+++ b/LayoutTests/web-animations-api/timed-item-expected.txt
@@ -1,9 +1,9 @@
This is a testharness.js-based test.
-FAIL TimedItem.localTime and TimedItem.currentIteration are null when animation is not associated with a Player assert_equals: expected (object) null but got (undefined) undefined
-PASS TimedItem.localTime and TimedItem.currentIteration return reasonable values when an animation is in effect
-FAIL TimedItem.currentIteration is null when animation is not in effect assert_equals: expected (object) null but got (undefined) undefined
-PASS TimedItem startTime, endTime, duration, activeDuration are sensible for a simple animation
-PASS TimedItem startTime, endTime, duration, activeDuration are sensible for animations with delays and iterations
+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
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.
« no previous file with comments | « LayoutTests/web-animations-api/timed-item.html ('k') | LayoutTests/web-animations-api/timed-item-specified-getters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698