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

Side by Side Diff: LayoutTests/svg/custom/use-invalid-html.xhtml

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 <html>This test passes if a malformed html document triggers an error, not crash . 1 <html>This test passes if a malformed html document triggers an error, not crash .
2 <svg xmlns="http://www.w3.org/2000/svg" 2 <svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xlink="http://www.w3.org/1999/xlink"
4 onload="restyle()"> 4 onload="restyle()">
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 function restyle() { 8 function restyle() {
9 document.getElementById("b").style.position = "absolute"; 9 document.getElementById("b").style.position = "absolute";
10 } 10 }
11 </script> 11 </script>
12 <defs> 12 <defs>
13 <g id="a" /> 13 <g id="a" />
14 </defs> 14 </defs>
15 <g id="b"> 15 <g id="b">
16 <use xlink:href="#a" /> 16 <use xlink:href="#a" />
17 </g> 17 </g>
18 </svg> 18 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/use-instanceRoot-with-use-removed.svg ('k') | LayoutTests/svg/custom/use-invalid-pattern.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698