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

Unified Diff: LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.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
« no previous file with comments | « LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html
diff --git a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html b/LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html
deleted file mode 100644
index 937984e52a43278aabca5e68fb5937f95fa003df..0000000000000000000000000000000000000000
--- a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html><head></head><body>
-<style>
-.target {
- width: 100px;
- height: 100px;
- display: inline-block;
-}
-</style>
-<template id="target-template">Text</template>
-<div>
- CSS Animations:<br>
- <div class="target" id="test0" style="color: rgb(255, 0, 0);">Text</div>
- <div class="target" id="test1" style="color: rgb(255, 0, 0);">Text</div>
- <div class="target" id="test2" style="color: rgb(179, 38, 0);">Text</div>
- <div class="target" id="test3" style="color: rgb(102, 77, 0);">Text</div>
- <div class="target" id="test4" style="color: rgb(0, 128, 0);">Text</div>
- <div class="target" id="test5" style="color: rgb(0, 192, 0);">Text</div>
-</div>
-<div>
- Web Animations API:<br>
- <div class="target" id="test0" style="color: rgb(255, 0, 0);">Text</div>
- <div class="target" id="test1" style="color: rgb(255, 0, 0);">Text</div>
- <div class="target" id="test2" style="color: rgb(179, 38, 0);">Text</div>
- <div class="target" id="test3" style="color: rgb(102, 77, 0);">Text</div>
- <div class="target" id="test4" style="color: rgb(0, 128, 0);">Text</div>
- <div class="target" id="test5" style="color: rgb(0, 192, 0);">Text</div>
-</div>
-</body></html>
« no previous file with comments | « LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698