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

Side by Side Diff: LayoutTests/svg/text/svg-zoom-large-value.xhtml

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations 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 xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <style> 3 <style>
4 #svg1 { zoom: 100000000444445353534444333333333333333333333333333333333333333333 33333333333330000000 } 4 #svg1 { zoom: 100000000444445353534444333333333333333333333333333333333333333333 33333333333330000000 }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <svg id="svg1" xmlns="http://www.w3.org/2000/svg"> 8 <svg id="svg1" xmlns="http://www.w3.org/2000/svg">
9 <text x="50" y="50">PASS</text> 9 <text x="50" y="50">PASS</text>
10 </svg> 10 </svg>
11 <script> 11 <script>
12 if (window.testRunner) 12 if (window.testRunner)
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
14 </script> 14 </script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/svg-rtl-text-crash.html ('k') | LayoutTests/svg/text/text-block-child-crash.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698