| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |