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

Side by Side Diff: LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.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 <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 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <text y="20">PASS: This should not crash.</text> 6 <text y="20">PASS: This should not crash.</text>
7 <set id="set"/> 7 <set id="set"/>
8 <use id="use" xlink:href="#set">x</use> 8 <use id="use" xlink:href="#set">x</use>
9 <use xlink:href="#use"/> 9 <use xlink:href="#use"/>
10 </svg> 10 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/use-on-symbol-inside-pattern.svg ('k') | LayoutTests/svg/custom/xlink-to-invalid-gradient.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698