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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/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 unified diff | Download patch
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

Powered by Google App Engine
This is Rietveld 408576698