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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-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: Rebased 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
(Empty)
1 This is a testharness.js-based test.
2 FAIL set duration 123.45 anim.effect.getComputedTiming is not a function
3 FAIL set duration auto anim.effect.getComputedTiming is not a function
4 FAIL set auto duration in animate as object anim.effect.getComputedTiming is not a function
5 FAIL set duration Infinity anim.effect.getComputedTiming is not a function
6 PASS set negative duration in animate using a duration parameter
7 PASS set negative Infinity duration in animate using a duration parameter
8 PASS set NaN duration in animate using a duration parameter
9 PASS set negative duration in animate using an options object
10 PASS set negative Infinity duration in animate using an options object
11 PASS set NaN duration in animate using an options object
12 PASS set abc string duration in animate using an options object
13 PASS set 100 string duration in animate using an options object
14 PASS set negative duration
15 PASS set negative Infinity duration
16 PASS set NaN duration
17 PASS set duration abc
18 PASS set duration string 100
19 Harness: the test ran to completion.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698