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

Side by Side Diff: LayoutTests/svg/custom/use-instanceRoot-with-use-removed.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
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <script> 2 <script>
3 <![CDATA[ 3 <![CDATA[
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
7 gc = function(){window.GCController.collect()}; 7 gc = function(){window.GCController.collect()};
8 } else if (!window.gc) 8 } else if (!window.gc)
9 gc = function(){}; 9 gc = function(){};
10 10
(...skipping 13 matching lines...) Expand all
24 if (window.testRunner) 24 if (window.testRunner)
25 testRunner.notifyDone(); 25 testRunner.notifyDone();
26 } 26 }
27 } 27 }
28 //]]> 28 //]]>
29 </script> 29 </script>
30 <g id="g1" /> 30 <g id="g1" />
31 <use xlink:href="#g1" id="use1" /> 31 <use xlink:href="#g1" id="use1" />
32 <text x="20" y="20" fill="green" id="t1"></text> 32 <text x="20" y="20" fill="green" id="t1"></text>
33 </svg> 33 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/use-events-crash.svg ('k') | LayoutTests/svg/custom/use-invalid-html.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698