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

Side by Side Diff: LayoutTests/animations/svg-attribute-interpolation/svg-height-interpolation.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/ahem.js"></script>
4 <style> 5 <style>
5 :root { 6 :root {
6 font: 10px Ahem; 7 font: 10px Ahem;
7 } 8 }
8 </style> 9 </style>
9 </head> 10 </head>
10 <body> 11 <body>
11 <template id="target-template"> 12 <template id="target-template">
12 <svg width="200px" height="300px" viewBox="0 0 1500 1000"> 13 <svg width="200px" height="300px" viewBox="0 0 1500 1000">
13 <rect class="target" x="10" y="10" width="10" height="10" /> 14 <rect class="target" x="10" y="10" width="10" height="10" />
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 {at: -0.4, is: '44.913387298583984'}, 85 {at: -0.4, is: '44.913387298583984'},
85 {at: 0, is: '10mm'}, 86 {at: 0, is: '10mm'},
86 {at: 0.2, is: '34.23622131347656'}, 87 {at: 0.2, is: '34.23622131347656'},
87 {at: 0.6, is: '27.11811065673828'}, 88 {at: 0.6, is: '27.11811065673828'},
88 {at: 1, is: '20px'}, 89 {at: 1, is: '20px'},
89 {at: 1.4, is: '12.881889343261719'} 90 {at: 1.4, is: '12.881889343261719'}
90 ]); 91 ]);
91 </script> 92 </script>
92 </body> 93 </body>
93 </html> 94 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698