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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/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
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 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'. 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'. 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'. 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'. 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'. 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'. 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'. 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'. 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'.
(...skipping 15 matching lines...) Expand all
26 FAIL Test bounds point of step-start easing with iterationStart and delay assert _equals: Progress at 0ms expected 0.5 but got 1 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 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 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 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 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" 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 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 33 PASS Test bounds point of step-end easing with iterationStart not at a transitio n point
34 Harness: the test ran to completion. 34 Harness: the test ran to completion.
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698