Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(665)

Unified Diff: LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html

Issue 1022723002: Remove unused interpolation reftest functionality (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698