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

Side by Side Diff: LayoutTests/animations/svg-attribute-interpolation/svg-markerHeight-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 <marker class="target" /> 14 <marker class="target" />
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 from: '10', 58 from: '10',
58 to: '20ex' 59 to: '20ex'
59 }, [ 60 }, [
60 {at: -0.4, is: '0'}, 61 {at: -0.4, is: '0'},
61 {at: 0, is: '10'}, 62 {at: 0, is: '10'},
62 {at: 1, is: '20ex'}, 63 {at: 1, is: '20ex'},
63 ]); 64 ]);
64 </script> 65 </script>
65 </body> 66 </body>
66 </html> 67 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698