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

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

Issue 2210413002: Import wpt@85d945449695508e1d7c8daaea6d14b965cdfdfd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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 steps(start) function Failed to execute 'getComputedStyle' on 'Window': par ameter 1 is not of type 'Element'. 2 FAIL step-start function Failed to execute 'getComputedStyle' on 'Window': param eter 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'. 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'.
4 FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. 9 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'. 10 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'. 11 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'. 12 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'. 13 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'. 14 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'. 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'.
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'. 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'.
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'. 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'.
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'. 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'.
(...skipping 10 matching lines...) Expand all
24 FAIL Test bounds point of step-start easing with reverse direction assert_equals : Progress at 2000ms 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
25 PASS Test bounds point of step-start easing with iterationStart not at a transit ion point 30 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 31 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 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
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 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
29 FAIL Test bounds point of step-start easing with alternate direction assert_equa ls: Progress at 3000ms expected 0.5 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
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 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
31 FAIL Test bounds point of step-start easing in keyframe assert_equals: Progress at 0ms expected "0px" but got "50px" 36 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 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
33 PASS Test bounds point of step-end easing with iterationStart not at a transitio n point 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)'
34 Harness: the test ran to completion. 47 Harness: the test ran to completion.
35 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698