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

Unified 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, 4 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: LayoutTests/virtual/web-animations-css/animations/interpolation/clip-interpolation-expected.txt
diff --git a/LayoutTests/virtual/web-animations-css/animations/interpolation/clip-interpolation-expected.txt b/LayoutTests/virtual/web-animations-css/animations/interpolation/clip-interpolation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c7265981c4b9ef74e96a777230dff076b67be533
--- /dev/null
+++ b/LayoutTests/virtual/web-animations-css/animations/interpolation/clip-interpolation-expected.txt
@@ -0,0 +1,12 @@
+clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [rect(0px 50px 70px 15px)] at -1
+clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [rect(0px 75px 80px 10px)] at 0
+clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [rect(0px 87.5px 85px 7.5px)] at 0.5
+clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [rect(0px 100px 90px 5px)] at 1
+clip from [rect(0px, 75px, 80px, 10px)] to [rect(0px, 100px, 90px, 5px)] was [rect(0px 112.5px 95px 2.5px)] at 1.5
+clip from [rect(auto, auto, auto, 10px)] to [rect(20px, 50px, 50px, auto)] was [rect(0px 0px 0px 10px)] at 0.4
+clip from [rect(auto, auto, auto, 10px)] to [rect(20px, 50px, 50px, auto)] was [rect(20px 50px 50px 0px)] at 0.6
+clip from [rect(auto, 0px, auto, 10px)] to [rect(auto, 50px, 50px, auto)] was [rect(0px 20px 0px 10px)] at 0.4
+clip from [rect(auto, 0px, auto, 10px)] to [rect(auto, 50px, 50px, auto)] was [rect(0px 30px 50px 0px)] at 0.6
+clip from [auto] to [rect(0px, 50px, 50px, 0px)] was [auto] at 0.25
+clip from [auto] to [rect(0px, 50px, 50px, 0px)] was [auto] at 0.75
+
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.

Powered by Google App Engine
This is Rietveld 408576698