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

Side by Side Diff: LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html

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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 Test passes if it does not crash and "script" inside "rect" executes. 3 Test passes if it does not crash and "script" inside "rect" executes.
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 </script> 7 </script>
8 <svg> 8 <svg>
9 <g> 9 <g>
10 <use xlink:href="#test"/> 10 <use xlink:href="#test"/>
11 <rect id="test"> 11 <rect id="test">
12 <script> 12 <script>
13 document.body.innerHTML = "PASS"; 13 document.body.innerHTML = "PASS";
14 </script> 14 </script>
15 </rect> 15 </rect>
16 </g> 16 </g>
17 </svg> 17 </svg>
18 </html> 18 </html>
19 19
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/resources/svg-font-face.svg ('k') | LayoutTests/svg/filters/feBlend-invalid-mode.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698