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