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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Found 52 tests; 50 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Test default value
4 PASS step-start function
5 PASS steps(1, start) function
6 PASS steps(2, start) function
7 PASS step-end function
8 PASS steps(1) function
9 PASS steps(1, end) function
10 PASS steps(2, end) function
11 FAIL frames function Failed to set the 'easing' property on 'AnimationEffectTimi ng': 'frames(5)' is not a valid value for easing
12 PASS linear function
13 PASS ease function
14 PASS ease-in function
15 PASS ease-in-out function
16 PASS ease-out function
17 PASS easing function which produces values greater than 1
18 PASS easing function which produces values less than 1
19 PASS Invalid effect easing value test: ''
20 PASS Invalid effect easing value test: '7'
21 PASS Invalid effect easing value test: 'test'
22 PASS Invalid effect easing value test: 'initial'
23 PASS Invalid effect easing value test: 'inherit'
24 PASS Invalid effect easing value test: 'unset'
25 PASS Invalid effect easing value test: 'cubic-bezier(1.1, 0, 1, 1)'
26 PASS Invalid effect easing value test: 'cubic-bezier(0, 0, 1.1, 1)'
27 PASS Invalid effect easing value test: 'cubic-bezier(-0.1, 0, 1, 1)'
28 PASS Invalid effect easing value test: 'cubic-bezier(0, 0, -0.1, 1)'
29 PASS Invalid effect easing value test: 'cubic-bezier(0.1, 0, 4, 0.4)'
30 PASS Invalid effect easing value test: 'steps(-1, start)'
31 PASS Invalid effect easing value test: 'steps(0.1, start)'
32 PASS Invalid effect easing value test: 'steps(3, nowhere)'
33 PASS Invalid effect easing value test: 'steps(-3, end)'
34 PASS Invalid effect easing value test: 'function (a){return a}'
35 PASS Invalid effect easing value test: 'function (x){return x}'
36 PASS Invalid effect easing value test: 'function(x, y){return 0.3}'
37 PASS Invalid effect easing value test: 'frames(1)'
38 PASS Invalid effect easing value test: 'frames'
39 PASS Invalid effect easing value test: 'frames()'
40 PASS Invalid effect easing value test: 'frames(,)'
41 PASS Invalid effect easing value test: 'frames(a)'
42 PASS Invalid effect easing value test: 'frames(2.0)'
43 PASS Invalid effect easing value test: 'frames(2.5)'
44 PASS Invalid effect easing value test: 'frames(2 3)'
45 PASS Canonical easing 'ease' is returned as set
46 PASS Canonical easing 'linear' is returned as set
47 PASS Canonical easing 'ease-in' is returned as set
48 PASS Canonical easing 'ease-out' is returned as set
49 PASS Canonical easing 'ease-in-out' is returned as set
50 PASS Canonical easing 'cubic-bezier(0.1, 5, 0.23, 0)' is returned as set
51 PASS Canonical easing 'steps(3, start)' is returned as set
52 PASS Canonical easing 'steps(3)' is returned as set
53 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
54 PASS Change the easing while the animation is running
55 Harness: the test ran to completion.
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698