Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-timing-function-expected.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, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-timing-function-expected.html
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-timing-function-expected.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-timing-function-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c62740b602e866b0eb3b7d8db53a9d1160e89e54
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-timing-function-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/timing-function.js"></script>
+<script>
+var test = new CompositedAnimationTestExpected();
+test.registerTestsData(timingFunctionTests);
+test.run();
+</script>
+</body>
+</html>

Powered by Google App Engine