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

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

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 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'.
11 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'.
12 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'.
13 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'.
14 PASS effect easing produces values greater than 1 with step-start keyframe
15 PASS effect easing produces values greater than 1 with step-end keyframe
16 PASS effect easing produces negative values with step-start keyframe
17 PASS effect easing produces negative values with step-end keyframe
18 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'.
19 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'.
20 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'.
21 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'.
22 FAIL Test bounds point of step-start easing assert_equals: Progress at 0ms expec ted 0 but got 0.5
23 FAIL Test bounds point of step-start easing with compositor assert_equals: Progr ess at 0ms expected 0 but got 0.5
24 FAIL Test bounds point of step-start easing with reverse direction assert_equals : Progress at 2000ms expected 0 but got 0.5
25 PASS Test bounds point of step-start easing with iterationStart not at a transit ion point
26 FAIL Test bounds point of step-start easing with iterationStart and delay assert _equals: Progress at 0ms expected 0.5 but got 1
27 FAIL Test bounds point of step-start easing with iterationStart and reverse dire ction assert_equals: Progress at 2000ms expected 0.5 but got 1
28 FAIL Test bounds point of step(4, start) easing with iterationStart 0.75 and del ay assert_equals: Progress at 0ms expected 0.75 but got 1
29 FAIL Test bounds point of step-start easing with alternate direction assert_equa ls: Progress at 3000ms expected 0.5 but got 1
30 FAIL Test bounds point of step-start easing with alternate-reverse direction ass ert_equals: Progress at 3000ms expected 0.5 but got 1
31 FAIL Test bounds point of step-start easing in keyframe assert_equals: Progress at 0ms expected "0px" but got "50px"
32 FAIL Test bounds point of step-end easing with iterationStart and delay assert_e quals: Progress at 0ms expected 0 but got 0.5
33 PASS Test bounds point of step-end easing with iterationStart not at a transitio n point
34 Harness: the test ran to completion.
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698