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

Side by Side Diff: LayoutTests/virtual/web-animations-css/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: Update length conversion for keywords. 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(0px 0px 0px 10px)] at 0.4
7 clip from [rect(auto, auto, auto, 10px)] to [rect(20px, 50px, 50px, auto)] was [ rect(20px 50px 50px 0px)] at 0.6
8 clip from [rect(auto, 0px, auto, 10px)] to [rect(auto, 50px, 50px, auto)] was [r ect(0px 20px 0px 10px)] at 0.4
9 clip from [rect(auto, 0px, auto, 10px)] to [rect(auto, 50px, 50px, auto)] was [r ect(0px 30px 50px 0px)] at 0.6
10 clip from [auto] to [rect(0px, 50px, 50px, 0px)] was [auto] at 0.25
11 clip from [auto] to [rect(0px, 50px, 50px, 0px)] was [auto] at 0.75
12
Steve Block 2013/08/28 03:44:23 Could you mention in the change description that W
dstockwell 2013/08/28 08:21:22 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698