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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1d54d6dcdbfefaff37d113a9a3710a35da9ed229
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt
@@ -0,0 +1,25 @@
+This is a testharness.js-based test.
+FAIL step-start function assert_equals: expected "steps(1, start)" but got "step-start"
+FAIL steps(1, start) function assert_equals: expected "steps(1, start)" but got "step-start"
+PASS steps(2, start) function
+FAIL step-end function assert_equals: expected "steps(1)" but got "step-end"
+FAIL steps(1) function assert_equals: expected "steps(1)" but got "step-end"
+FAIL steps(1, end) function assert_equals: expected "steps(1)" but got "step-end"
+FAIL steps(2, end) function assert_equals: expected "steps(2)" but got "steps(2, end)"
+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 Invalid effect easing value test: ''
+PASS Invalid effect easing value test: 'test'
+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: 'steps(-1, start)'
+PASS Invalid effect easing value test: 'steps(0.1, start)'
+PASS Change the easing while the animation is running
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698