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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle-expected.txt

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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 PASS changed duration immediately updates its computed styles 2 PASS changed duration immediately updates its computed styles
3 PASS changed iterations immediately updates its computed styles 3 PASS changed iterations immediately updates its computed styles
4 PASS change currentTime when fill is none and endDelay is positive 4 PASS change currentTime when fill is none and endDelay is positive
5 PASS change currentTime when fill forwards and endDelay is positive 5 PASS change currentTime when fill forwards and endDelay is positive
6 PASS change currentTime when fill none and endDelay is negative 6 PASS change currentTime when fill none and endDelay is negative
7 FAIL change currentTime when fill forwards and endDelay is negative assert_equal s: set currentTime after endTime expected "0" but got "0.5" 7 FAIL change currentTime when fill forwards and endDelay is negative assert_equal s: set currentTime after endTime expected "0" but got "0.5"
8 PASS change direction from "normal" to "reverse" 8 PASS change direction from "normal" to "reverse"
9 PASS change direction from "normal" to "alternate" 9 PASS change direction from "normal" to "alternate"
10 PASS change direction from "normal" to "alternate-reverse" 10 PASS change direction from "normal" to "alternate-reverse"
11 PASS change direction from "normal" to "reverse" 11 PASS change direction from "normal" to "reverse" when currentTime is 0
12 Harness: the test ran to completion. 12 Harness: the test ran to completion.
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698