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

Side by Side Diff: LayoutTests/svg/custom/use-events-crash.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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-tiny.dtd"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-tiny.dtd">
3 3
4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" version="1.1" baseProfile="tiny" id="svg-root" width="480" height="360" viewB ox="0 0 480 360" onload="test()"> 4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" version="1.1" baseProfile="tiny" id="svg-root" width="480" height="360" viewB ox="0 0 480 360" onload="test()">
5 <script> 5 <script>
6 function test() 6 function test()
7 { 7 {
8 if (window.eventSender) { 8 if (window.eventSender) {
9 eventSender.mouseMoveTo(370, 45); 9 eventSender.mouseMoveTo(370, 45);
10 eventSender.contextClick(); 10 eventSender.contextClick();
(...skipping 15 matching lines...) Expand all
26 <g id="labels" transform="translate(330, 54)" font-size="12" text-an chor="end"> 26 <g id="labels" transform="translate(330, 54)" font-size="12" text-an chor="end">
27 <text>should not cause an assert (Bugzilla Bug 12580)</text> 27 <text>should not cause an assert (Bugzilla Bug 12580)</text>
28 </g> 28 </g>
29 </g> 29 </g>
30 <g transform="translate(350, 25)"> 30 <g transform="translate(350, 25)">
31 <use xlink:href="#usedRect" fill="#0F0"/> 31 <use xlink:href="#usedRect" fill="#0F0"/>
32 </g> 32 </g>
33 </g> 33 </g>
34 34
35 </svg> 35 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/symbol-viewport-element-crash.svg ('k') | LayoutTests/svg/custom/use-instanceRoot-with-use-removed.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698