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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt

Issue 2330283004: Fix serialization of step timing functions (Closed)
Patch Set: Update step timing function parsing in devtools Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL step-start function assert_equals: expected "steps(1, start)" but got "step -start"
3 FAIL steps(1, start) function assert_equals: expected "steps(1, start)" but got "step-start"
4 PASS steps(2, start) function
5 FAIL step-end function assert_equals: expected "steps(1)" but got "step-end"
6 FAIL steps(1) function assert_equals: expected "steps(1)" but got "step-end"
7 FAIL steps(1, end) function assert_equals: expected "steps(1)" but got "step-end "
8 FAIL steps(2, end) function assert_equals: expected "steps(2)" but got "steps(2, end)"
9 PASS linear function
10 PASS ease function
11 PASS ease-in function
12 PASS ease-in-out function
13 PASS ease-out function
14 PASS easing function which produces values greater than 1
15 PASS Invalid effect easing value test: ''
16 PASS Invalid effect easing value test: 'test'
17 PASS Invalid effect easing value test: 'cubic-bezier(1.1, 0, 1, 1)'
18 PASS Invalid effect easing value test: 'cubic-bezier(0, 0, 1.1, 1)'
19 PASS Invalid effect easing value test: 'cubic-bezier(-0.1, 0, 1, 1)'
20 PASS Invalid effect easing value test: 'cubic-bezier(0, 0, -0.1, 1)'
21 PASS Invalid effect easing value test: 'steps(-1, start)'
22 PASS Invalid effect easing value test: 'steps(0.1, start)'
23 PASS Change the easing while the animation is running
24 Harness: the test ran to completion.
25
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698