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

Side by Side Diff: LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale.html

Issue 1270303002: Composited Animations: Introduce pixel-ref layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@disable
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script src="../../../animations/resources/composited-animation-test.js"></scrip t>
5 <script src="../../../animations/resources/composited-animations-data/rotate-sca le.js"></script>
6 <script>
7 var test = new CompositedAnimationTest(false);
Ian Vollick 2015/08/05 13:58:46 boolean parameter is super-confusing, especially s
dstockwell 2015/08/06 00:23:19 +1 on the boolean param We also seem to always ca
loyso (OOO) 2015/08/06 07:03:33 Sure, I'll make it named. CompositedAnimationTest
loyso (OOO) 2015/09/14 06:19:07 Done.
8 test.registerTestsData(rotateScaleTests);
9 test.run();
10 </script>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698