Index: LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html |
diff --git a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html b/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html |
deleted file mode 100644 |
index 6fdde36cb2781e51f0312252bbd68c6b3d300087..0000000000000000000000000000000000000000 |
--- a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<body> |
-<style> |
-.target { |
- width: 100px; |
- height: 100px; |
- display: inline-block; |
-} |
-</style> |
-<template id="target-template">Text</template> |
-<script src="resources/interpolation-test.js"></script> |
-<script> |
-runAsRefTest(); |
-testInterpolationAt([-0.3, 0, 0.3, 0.6, 1, 1.5], { |
- property: 'color', |
- from: 'red', |
- to: 'green' |
-}); |
-</script> |