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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/effect-easing-expected.txt

Issue 1883663003: Revert of Import web-platform-tests@5a8700479d98852455bee6117558897867eb278a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wpt-sync
Patch Set: Created 4 years, 8 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 steps(start) function Failed to execute 'getComputedStyle' on 'Window': par ameter 1 is not of type 'Element'.
3 FAIL steps(end) function Failed to execute 'getComputedStyle' on 'Window': param eter 1 is not of type 'Element'.
4 FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
5 FAIL ease function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
6 FAIL ease-in function Failed to execute 'getComputedStyle' on 'Window': paramete r 1 is not of type 'Element'.
7 FAIL ease-in-out function Failed to execute 'getComputedStyle' on 'Window': para meter 1 is not of type 'Element'.
8 FAIL ease-out function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'.
9 FAIL easing function which produces values greater than 1 Failed to execute 'get ComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
10 FAIL easing function which produces negative values Failed to execute 'getComput edStyle' on 'Window': parameter 1 is not of type 'Element'.
11 FAIL effect easing produces values greater than 1 with keyframe easing cubic-bez ier(0, 0, 0, 0) Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
12 FAIL effect easing produces values greater than 1 with keyframe easing cubic-bez ier(1, 1, 1, 1) Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
13 FAIL effect easing produces negative values 1 with keyframe easing cubic-bezier( 0, 0, 0, 0) Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
14 FAIL effect easing produces negative values 1 with keyframe easing cubic-bezier( 1, 1, 1, 1) Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
15 PASS effect easing produces values greater than 1 with step-start keyframe
16 PASS effect easing produces values greater than 1 with step-end keyframe
17 PASS effect easing produces negative values with step-start keyframe
18 PASS effect easing produces negative values with step-end keyframe
19 FAIL effect easing produces values greater than 1 with keyframe easing producing values greater than 1 Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'.
20 FAIL effect easing which produces values greater than 1 and the tangent on the u pper boundary is infinity with keyframe easing producing values greater than 1 F ailed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Ele ment'.
21 FAIL effect easing produces negative values with keyframe easing producing negat ive values Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
22 FAIL effect easing which produces negative values and the tangent on the lower b oundary is infinity with keyframe easing producing negative values Failed to exe cute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
23 Harness: the test ran to completion.
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698