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

Unified Diff: LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-expected.html

Issue 1270303002: Composited Animations: Introduce pixel-ref layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@disable
Patch Set: Use CSS styles instead of custom flags. Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-expected.html
diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-expected.html b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5426c10eaa3e9a5861a235036a4e07efcc628c5b
--- /dev/null
+++ b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-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-zero-degrees.js"></script>
+<script>
+var test = new CompositedAnimationTestExpected();
+test.registerTestsData(rotateZeroDegreesTests);
+test.run();
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698