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

Unified 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, 3 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/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming-expected.txt
index 0bf4fdd0486318455031c15437a9ed79e79f205a..084dcec9e1750ec0f2e0f5322d5f664c2f093415 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming-expected.txt
@@ -1,39 +1,39 @@
This is a testharness.js-based test.
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed without any KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an empty KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a normal KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a double value KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by +Infinity KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity duration KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto duration KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity iterations KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto fill KeyframeEffectReadOnly is not defined
-FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a forwards fill KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for an empty KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for a non-zero duration and default iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for a non-zero duration and integral iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for a non-zero duration and fractional iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for an non-zero duration and infinite iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for an non-zero duration and zero iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for a zero duration and default iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for a zero duration and fractional iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for a zero duration and infinite iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for a zero duration and zero iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for an infinite duration and default iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for an infinite duration and zero iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for an infinite duration and fractional iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().activeDuration for an infinite duration and infinite iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for an empty KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for a non-zero duration and default iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for a non-zero duration and non-default iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for a non-zero duration and non-zero delay KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for a non-zero duration, non-zero delay and non-default iteration KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for an infinite iteration count KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for an infinite duration KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for an infinite duration and delay KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for an infinite duration and negative delay KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for an non-zero duration and negative delay KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for an non-zero duration and negative delay greater than active duration KeyframeEffectReadOnly is not defined
-FAIL getComputedTiming().endTime for a zero duration and negative delay KeyframeEffectReadOnly is not defined
+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
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an empty KeyframeEffectOptions object assert_equals: computed fill expected "none" but got "both"
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a normal KeyframeEffectOptions object assert_equals: computed fill expected "none" but got "both"
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a double value assert_equals: computed fill expected "none" but got "both"
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by +Infinity assert_equals: computed fill expected "none" but got "both"
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity duration assert_equals: computed fill expected "none" but got "both"
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto duration assert_equals: computed fill expected "none" but got "both"
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an Infinity iterations assert_equals: computed fill expected "none" but got "both"
+FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by an auto fill assert_equals: computed fill expected "none" but got "both"
+PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed by a forwards fill
+PASS getComputedTiming().activeDuration for an empty KeyframeEffectOptions object
+PASS getComputedTiming().activeDuration for a non-zero duration and default iteration count
+PASS getComputedTiming().activeDuration for a non-zero duration and integral iteration count
+PASS getComputedTiming().activeDuration for a non-zero duration and fractional iteration count
+PASS getComputedTiming().activeDuration for an non-zero duration and infinite iteration count
+PASS getComputedTiming().activeDuration for an non-zero duration and zero iteration count
+PASS getComputedTiming().activeDuration for a zero duration and default iteration count
+PASS getComputedTiming().activeDuration for a zero duration and fractional iteration count
+PASS getComputedTiming().activeDuration for a zero duration and infinite iteration count
+PASS getComputedTiming().activeDuration for a zero duration and zero iteration count
+PASS getComputedTiming().activeDuration for an infinite duration and default iteration count
+PASS getComputedTiming().activeDuration for an infinite duration and zero iteration count
+PASS getComputedTiming().activeDuration for an infinite duration and fractional iteration count
+PASS getComputedTiming().activeDuration for an infinite duration and infinite iteration count
+PASS getComputedTiming().endTime for an empty KeyframeEffectOptions object
+PASS getComputedTiming().endTime for a non-zero duration and default iteration count
+PASS getComputedTiming().endTime for a non-zero duration and non-default iteration count
+PASS getComputedTiming().endTime for a non-zero duration and non-zero delay
+PASS getComputedTiming().endTime for a non-zero duration, non-zero delay and non-default iteration
+PASS getComputedTiming().endTime for an infinite iteration count
+PASS getComputedTiming().endTime for an infinite duration
+PASS getComputedTiming().endTime for an infinite duration and delay
+PASS getComputedTiming().endTime for an infinite duration and negative delay
+PASS getComputedTiming().endTime for an non-zero duration and negative delay
+PASS getComputedTiming().endTime for an non-zero duration and negative delay greater than active duration
+PASS getComputedTiming().endTime for a zero duration and negative delay
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698