Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale.html |
| diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..13f276f3d06eca861e0b26011d0f02043d1e7aff |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale.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/translate-rotate-scale.js"></script> |
| +<script> |
| +var test = new CompositedAnimationTest(); |
| +test.registerTestsData(translateRotateScaleTests); |
| +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.
|
| +</script> |
| +</body> |
| +</html> |