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

Side by Side Diff: LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and added rounding to numbers that get displayed Created 6 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
OLDNEW
1 <html><head></head><body> 1 <html><head></head><body>
2 <style> 2 <style>
3 .target { 3 .target {
4 width: 100px; 4 width: 100px;
5 height: 100px; 5 height: 100px;
6 display: inline-block; 6 display: inline-block;
7 } 7 }
8 </style> 8 </style>
9 <template id="target-template">Text</template> 9 <template id="target-template">Text</template>
10 10 <div>
11 <div class="target" id="test0" style="-webkit-transform: matrix(0.58778525229247 34, -0.8090169943749472, 0.8090169943749472, 0.5877852522924734, 0, 0);">Text</d iv> 11 CSS Animations:<br>
12 <div class="target" id="test1" style="-webkit-transform: matrix(1, 0, 0, 1, 0, 0 );">Text</div> 12 <div class="target" id="test0" style="color: rgb(255, 0, 0);">Text</div>
13 <div class="target" id="test2" style="-webkit-transform: matrix(0.58778525229247 31, 0.8090169943749475, -0.8090169943749475, 0.5877852522924731, 0, 0);">Text</d iv> 13 <div class="target" id="test1" style="color: rgb(255, 0, 0);">Text</div>
14 <div class="target" id="test3" style="-webkit-transform: matrix(-0.3090169943749 4734, 0.9510565162951536, -0.9510565162951536, -0.30901699437494734, 0, 0);">Tex t</div> 14 <div class="target" id="test2" style="color: rgb(179, 38, 0);">Text</div>
15 <div class="target" id="test4" style="-webkit-transform: matrix(-1, 0.0000000000 0000012246467991473532, -0.00000000000000012246467991473532, -1, 0, 0);">Text</d iv> 15 <div class="target" id="test3" style="color: rgb(102, 77, 0);">Text</div>
16 <div class="target" id="test5" style="-webkit-transform: matrix(0.00000000000000 07044813998280222, -1, 1, 0.0000000000000007044813998280222, 0, 0);">Text</div> 16 <div class="target" id="test4" style="color: rgb(0, 128, 0);">Text</div>
17 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>
18 </body></html> 28 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698