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

Side by Side Diff: LayoutTests/svg/custom/scroll-to-anchor-in-symbol.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"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 window.onload = function () { 5 window.onload = function () {
6 location.hash = 'v1'; 6 location.hash = 'v1';
7 document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash.")); 7 document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash."));
8 } 8 }
9 </script> 9 </script>
10 <symbol><view id="v1"/></symbol> 10 <symbol><view id="v1"/></symbol>
11 <text x="20" y="20" fill="green" id="t1"></text> 11 <text x="20" y="20" fill="green" id="t1"></text>
12 </svg> 12 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/resources/graffiti-with-empty-first-font.svg ('k') | LayoutTests/svg/custom/svg-fonts-in-html.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698