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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt

Issue 2775143002: Implement frames() timing function (Closed)
Patch Set: Fix behaviour outside input range [0,1] Created 3 years, 8 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/external/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt
deleted file mode 100644
index ef6e6122af6274eb7a80393112b2e35766b3f441..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-This is a testharness.js-based test.
-Found 52 tests; 50 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
-PASS Test default value
-PASS step-start function
-PASS steps(1, start) function
-PASS steps(2, start) function
-PASS step-end function
-PASS steps(1) function
-PASS steps(1, end) function
-PASS steps(2, end) function
-FAIL frames function Failed to set the 'easing' property on 'AnimationEffectTiming': 'frames(5)' is not a valid value for easing
-PASS linear function
-PASS ease function
-PASS ease-in function
-PASS ease-in-out function
-PASS ease-out function
-PASS easing function which produces values greater than 1
-PASS easing function which produces values less than 1
-PASS Invalid effect easing value test: ''
-PASS Invalid effect easing value test: '7'
-PASS Invalid effect easing value test: 'test'
-PASS Invalid effect easing value test: 'initial'
-PASS Invalid effect easing value test: 'inherit'
-PASS Invalid effect easing value test: 'unset'
-PASS Invalid effect easing value test: 'cubic-bezier(1.1, 0, 1, 1)'
-PASS Invalid effect easing value test: 'cubic-bezier(0, 0, 1.1, 1)'
-PASS Invalid effect easing value test: 'cubic-bezier(-0.1, 0, 1, 1)'
-PASS Invalid effect easing value test: 'cubic-bezier(0, 0, -0.1, 1)'
-PASS Invalid effect easing value test: 'cubic-bezier(0.1, 0, 4, 0.4)'
-PASS Invalid effect easing value test: 'steps(-1, start)'
-PASS Invalid effect easing value test: 'steps(0.1, start)'
-PASS Invalid effect easing value test: 'steps(3, nowhere)'
-PASS Invalid effect easing value test: 'steps(-3, end)'
-PASS Invalid effect easing value test: 'function (a){return a}'
-PASS Invalid effect easing value test: 'function (x){return x}'
-PASS Invalid effect easing value test: 'function(x, y){return 0.3}'
-PASS Invalid effect easing value test: 'frames(1)'
-PASS Invalid effect easing value test: 'frames'
-PASS Invalid effect easing value test: 'frames()'
-PASS Invalid effect easing value test: 'frames(,)'
-PASS Invalid effect easing value test: 'frames(a)'
-PASS Invalid effect easing value test: 'frames(2.0)'
-PASS Invalid effect easing value test: 'frames(2.5)'
-PASS Invalid effect easing value test: 'frames(2 3)'
-PASS Canonical easing 'ease' is returned as set
-PASS Canonical easing 'linear' is returned as set
-PASS Canonical easing 'ease-in' is returned as set
-PASS Canonical easing 'ease-out' is returned as set
-PASS Canonical easing 'ease-in-out' is returned as set
-PASS Canonical easing 'cubic-bezier(0.1, 5, 0.23, 0)' is returned as set
-PASS Canonical easing 'steps(3, start)' is returned as set
-PASS Canonical easing 'steps(3)' is returned as set
-FAIL Canonical easing 'frames(3)' is returned as set Failed to set the 'easing' property on 'AnimationEffectTiming': 'frames(3)' is not a valid value for easing
-PASS Change the easing while the animation is running
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698