Chromium Code Reviews

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

Issue 1360233004: Composited Animations: Introduce pixel-ref layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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/translate- rotate-scale.js"></script>
6 <script>
7 var test = new CompositedAnimationTest();
8 test.registerTestsData(translateRotateScaleTests);
9 test.run();
alancutter (OOO until 2018) 2015/09/30 01:45:28 Can we simplify this to just runCompositedAnimatio
loyso (OOO) 2015/10/06 01:47:49 Done.
10 </script>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine