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

Side by Side Diff: LayoutTests/svg/text/font-size-too-large-crash.svg

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 8 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 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" version="1.1"> 2 <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" version="1.1">
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <text style="font-size:10000000000pt;">Test passes if this doesn't crash.</text> 7 <text style="font-size:10000000000pt;">Test passes if this doesn't crash.</text>
8 </svg> 8 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/clear-floats-crash.svg ('k') | LayoutTests/svg/text/inline-text-destroy-attributes-crash.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698