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/animations/smil-element-not-removed-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 <html> 1 <html>
2 <body onload="runSMILTest()"> 2 <body onload="runSMILTest()">
3 <svg> 3 <svg>
4 <animAttributeAttrs> 4 <animAttributeAttrs>
5 <feImage id="test"></feImage> 5 <feImage id="test"></feImage>
6 </animAttributeAttrs> 6 </animAttributeAttrs>
7 <set id="set1" xlink:href="#test"></set> 7 <set id="set1" xlink:href="#test"></set>
8 </svg> 8 </svg>
9 <script> 9 <script>
10 if (window.testRunner) { 10 if (window.testRunner) {
(...skipping 15 matching lines...) Expand all
26 } else { 26 } else {
27 document.body.innerHTML = "PASS"; 27 document.body.innerHTML = "PASS";
28 if (window.testRunner) 28 if (window.testRunner)
29 testRunner.notifyDone(); 29 testRunner.notifyDone();
30 } 30 }
31 } 31 }
32 </script> 32 </script>
33 </body> 33 </body>
34 </html> 34 </html>
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698