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

Unified 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698