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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/css-timing-1/step-timing-functions-output-expected.txt

Issue 2830553002: Fix step timing outside range [0,1] (Closed)
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/css-timing-1/step-timing-functions-output-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css-timing-1/step-timing-functions-output-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/css-timing-1/step-timing-functions-output-expected.txt
deleted file mode 100644
index 24f63f79d419205c45c9f9315d6b668b590aedf0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/css-timing-1/step-timing-functions-output-expected.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a testharness.js-based test.
-FAIL step-start easing with input progress greater than 1 assert_equals: expected "200px" but got "100px"
-PASS step-end easing with input progress greater than 1
-FAIL step-end easing with input progress greater than 2 assert_equals: expected "200px" but got "100px"
-PASS step-start easing with input progress less than 0
-FAIL step-start easing with input progress less than -1 assert_equals: expected "-100px" but got "0px"
-FAIL step-end easing with input progress less than 0 assert_equals: expected "-100px" but got "0px"
-Harness: the test ran to completion.
-
« no previous file with comments | « cc/animation/timing_function.cc ('k') | third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698