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

Side by Side Diff: LayoutTests/svg/css/invalid-color-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, 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
« no previous file with comments | « LayoutTests/svg/css/cursor-replace.svg ('k') | LayoutTests/svg/css/max-width-2.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink">
2 <script> 2 <script>
3 <![CDATA[ 3 <![CDATA[
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 ]]> 6 ]]>
7 </script> 7 </script>
8 <style type="text/css"> 8 <style type="text/css">
9 svg 9 svg
10 { 10 {
11 stop-color: initial; 11 stop-color: initial;
12 } 12 }
13 </style> 13 </style>
14 <text id="myText1" fill="green" x="0" y="0">PASS</text> 14 <text id="myText1" fill="green" x="0" y="0">PASS</text>
15 </svg> 15 </svg>
16 16
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/cursor-replace.svg ('k') | LayoutTests/svg/css/max-width-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698