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

Unified Diff: LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale-expected.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale-expected.html
diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale-expected.html b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5f25b88695a3dd9b6d57bd1ba1b603e761bc44a7
--- /dev/null
+++ b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<body>
+<script src="../../../animations/resources/composited-animation-test.js"></script>
+<script src="../../../animations/resources/composited-animations-data/rotate-scale.js"></script>
+<script>
+var test = new CompositedAnimationTest(true);
+test.registerTestsData(rotateScaleTests);
+test.run();
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698