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

Side by Side Diff: LayoutTests/animations/interpolation/clip-interpolation-expected.txt

Issue 22799020: Web Animations CSS: Support Animation of StyleImage and LengthBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix baselines for new test. Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [re ct(0px 50px 70px 15px)] at -1
2 clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [re ct(0px 75px 80px 10px)] at 0
3 clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [re ct(0px 87.5px 85px 7.5px)] at 0.5
4 clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [re ct(0px 100px 90px 5px)] at 1
5 clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [re ct(0px 112.5px 95px 2.5px)] at 1.5
6 clip from [rect(auto, auto, auto, 10px)] to [rect(20px, 50px, 50px, auto)] was [ rect(20px 50px 50px 0px)] at 0.4
Timothy Loh 2013/08/27 05:48:17 Why is this right? Shouldn't we have rect(auto, au
Timothy Loh 2013/08/27 05:59:54 Also we probably want to test animating from auto
dstockwell 2013/08/27 06:26:23 This is just the expectation, it's not right. The
dstockwell 2013/08/27 06:26:23 That's why I was setting the clip: property on all
7 clip from [rect(auto, auto, auto, 10px)] to [rect(20px, 50px, 50px, auto)] was [ rect(20px 50px 50px 0px)] at 0.6
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698