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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 1d54d6dcdbfefaff37d113a9a3710a35da9ed229..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-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.
-
« 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