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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/delay-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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL set delay 100 anim.effect.getComputedTiming is not a function 2 PASS set delay 100
3 FAIL set delay -100 anim.effect.getComputedTiming is not a function 3 PASS set delay -100
4 FAIL Test adding a positive delay to an animation without a backwards fill makes it no longer active anim.effect.getComputedTiming is not a function 4 FAIL Test adding a positive delay to an animation without a backwards fill makes it no longer active assert_equals: expected (object) null but got (undefined) u ndefined
5 FAIL Test seeking an animation by setting a negative delay anim.effect.getComput edTiming is not a function 5 PASS Test seeking an animation by setting a negative delay
6 FAIL Test finishing an animation using a large negative delay anim.effect.getCom putedTiming is not a function 6 PASS Test finishing an animation using a large negative delay
7 Harness: the test ran to completion. 7 Harness: the test ran to completion.
8 8
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698