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

Unified Diff: LayoutTests/animations/interpolation/sample-interpolation-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-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>

Powered by Google App Engine
This is Rietveld 408576698