Chromium Code Reviews| Index: LayoutTests/virtual/threaded/animations/composited-animations-simple-expected.html |
| diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-simple-expected.html b/LayoutTests/virtual/threaded/animations/composited-animations-simple-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4e11894b8d7b38158a3532a7e57aca23d84c66a6 |
| --- /dev/null |
| +++ b/LayoutTests/virtual/threaded/animations/composited-animations-simple-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/simple.js"></script> |
| +<script> |
| +var test = new CompositedAnimationTestExpected(); |
| +test.registerTestsData(simpleTests); |
| +test.run(); |
| +</script> |
| +</body> |
| +</html> |