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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/effect-easing-expected.txt

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests 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
(Empty)
1 This is a testharness.js-based test.
2 FAIL step-start function Failed to execute 'getComputedStyle' on 'Window': param eter 1 is not of type 'Element'.
3 FAIL steps(1, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
4 FAIL steps(2, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
5 FAIL step-end function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'.
6 FAIL steps(1) function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'.
7 FAIL steps(1, end) function Failed to execute 'getComputedStyle' on 'Window': pa rameter 1 is not of type 'Element'.
8 FAIL steps(2, end) function Failed to execute 'getComputedStyle' on 'Window': pa rameter 1 is not of type 'Element'.
9 FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
10 FAIL ease function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
11 FAIL ease-in function Failed to execute 'getComputedStyle' on 'Window': paramete r 1 is not of type 'Element'.
12 FAIL ease-in-out function Failed to execute 'getComputedStyle' on 'Window': para meter 1 is not of type 'Element'.
13 FAIL ease-out function Failed to execute 'getComputedStyle' on 'Window': paramet er 1 is not of type 'Element'.
14 FAIL easing function which produces values greater than 1 Failed to execute 'get ComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
15 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'.
16 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'.
17 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'.
18 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'.
19 PASS effect easing produces values greater than 1 with step-start keyframe
20 PASS effect easing produces values greater than 1 with step-end keyframe
21 PASS effect easing produces negative values with step-start keyframe
22 PASS effect easing produces negative values with step-end keyframe
23 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'.
24 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'.
25 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'.
26 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'.
27 FAIL Test bounds point of step-start easing assert_equals: Progress at 0ms expec ted 0 but got 0.5
28 FAIL Test bounds point of step-start easing with compositor assert_equals: Progr ess at 0ms expected 0 but got 0.5
29 FAIL Test bounds point of step-start easing with reverse direction assert_equals : Progress at 2000ms expected 0 but got 0.5
30 PASS Test bounds point of step-start easing with iterationStart not at a transit ion point
31 FAIL Test bounds point of step-start easing with iterationStart and delay assert _equals: Progress at 0ms expected 0.5 but got 1
32 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
33 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
34 FAIL Test bounds point of step-start easing with alternate direction assert_equa ls: Progress at 3000ms expected 0.5 but got 1
35 FAIL Test bounds point of step-start easing with alternate-reverse direction ass ert_equals: Progress at 3000ms expected 0.5 but got 1
36 FAIL Test bounds point of step-start easing in keyframe assert_equals: Progress at 0ms expected "0px" but got "50px"
37 FAIL Test bounds point of step-end easing with iterationStart and delay assert_e quals: Progress at 0ms expected 0 but got 0.5
38 PASS Test bounds point of step-end easing with iterationStart not at a transitio n point
39 PASS Invalid keyframe easing value: ''
40 PASS Invalid keyframe easing value: 'test'
41 PASS Invalid keyframe easing value: 'cubic-bezier(1.1, 0, 1, 1)'
42 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, 1.1, 1)'
43 PASS Invalid keyframe easing value: 'cubic-bezier(-0.1, 0, 1, 1)'
44 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, -0.1, 1)'
45 PASS Invalid keyframe easing value: 'steps(-1, start)'
46 PASS Invalid keyframe easing value: 'steps(0.1, start)'
47 Harness: the test ran to completion.
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698