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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html><head></head><body>
2 <style>
3 .target {
4 width: 100px;
5 height: 100px;
6 display: inline-block;
7 }
8 </style>
9 <template id="target-template">Text</template>
10 <div>
11 CSS Animations:<br>
12 <div class="target" id="test0" style="color: rgb(255, 0, 0);">Text</div>
13 <div class="target" id="test1" style="color: rgb(255, 0, 0);">Text</div>
14 <div class="target" id="test2" style="color: rgb(179, 38, 0);">Text</div>
15 <div class="target" id="test3" style="color: rgb(102, 77, 0);">Text</div>
16 <div class="target" id="test4" style="color: rgb(0, 128, 0);">Text</div>
17 <div class="target" id="test5" style="color: rgb(0, 192, 0);">Text</div>
18 </div>
19 <div>
20 Web Animations API:<br>
21 <div class="target" id="test0" style="color: rgb(255, 0, 0);">Text</div>
22 <div class="target" id="test1" style="color: rgb(255, 0, 0);">Text</div>
23 <div class="target" id="test2" style="color: rgb(179, 38, 0);">Text</div>
24 <div class="target" id="test3" style="color: rgb(102, 77, 0);">Text</div>
25 <div class="target" id="test4" style="color: rgb(0, 128, 0);">Text</div>
26 <div class="target" id="test5" style="color: rgb(0, 192, 0);">Text</div>
27 </div>
28 </body></html>
OLDNEW
« 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