Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing-expected.txt |
index c8abac1f078da51658bf27d189d3a7da5205a40c..fdf8ff212fcdfb499de8414685f5e631b1c78f84 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/effect-easing-expected.txt |
@@ -1,6 +1,11 @@ |
This is a testharness.js-based test. |
-FAIL steps(start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
-FAIL steps(end) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
+FAIL step-start function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
+FAIL steps(1, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
+FAIL steps(2, start) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
+FAIL step-end function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
+FAIL steps(1) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
+FAIL steps(1, end) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
+FAIL steps(2, end) function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
FAIL ease function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
FAIL ease-in function Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. |
@@ -31,5 +36,13 @@ FAIL Test bounds point of step-start easing with alternate-reverse direction ass |
FAIL Test bounds point of step-start easing in keyframe assert_equals: Progress at 0ms expected "0px" but got "50px" |
FAIL Test bounds point of step-end easing with iterationStart and delay assert_equals: Progress at 0ms expected 0 but got 0.5 |
PASS Test bounds point of step-end easing with iterationStart not at a transition point |
+PASS Invalid keyframe easing value: '' |
+PASS Invalid keyframe easing value: 'test' |
+PASS Invalid keyframe easing value: 'cubic-bezier(1.1, 0, 1, 1)' |
+PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, 1.1, 1)' |
+PASS Invalid keyframe easing value: 'cubic-bezier(-0.1, 0, 1, 1)' |
+PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, -0.1, 1)' |
+PASS Invalid keyframe easing value: 'steps(-1, start)' |
+PASS Invalid keyframe easing value: 'steps(0.1, start)' |
Harness: the test ran to completion. |