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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL step-start easing with input progress greater than 1 assert_equals: expecte d "200px" but got "100px"
3 PASS step-end easing with input progress greater than 1
4 FAIL step-end easing with input progress greater than 2 assert_equals: expected "200px" but got "100px"
5 PASS step-start easing with input progress less than 0
6 FAIL step-start easing with input progress less than -1 assert_equals: expected "-100px" but got "0px"
7 FAIL step-end easing with input progress less than 0 assert_equals: expected "-1 00px" but got "0px"
8 Harness: the test ran to completion.
9
OLDNEW
« 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