| OLD | NEW |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" width="400" height="400" onload="startup()"> | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" width="400" height="400" onload="startup()"> |
| 2 <defs id="defs"> | 2 <defs id="defs"> |
| 3 <cursor id="cursor1" xlink:href="data:image/png;base64,"/> | 3 <cursor id="cursor1" xlink:href="data:image/png;base64,"/> |
| 4 <cursor id="cursor2" xlink:href="data:image/png;base64,"/> | 4 <cursor id="cursor2" xlink:href="data:image/png;base64,"/> |
| 5 </defs> | 5 </defs> |
| 6 | 6 |
| 7 <script> | 7 <script> |
| 8 <![CDATA[ | 8 <![CDATA[ |
| 9 | 9 |
| 10 if (window.layoutTestController) { | 10 if (window.layoutTestController) { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 } | 50 } |
| 51 | 51 |
| 52 | 52 |
| 53 //]]> | 53 //]]> |
| 54 </script> | 54 </script> |
| 55 | 55 |
| 56 <g id="outer"> | 56 <g id="outer"> |
| 57 <text x="20" y="20" fill="red" id="inner" cursor="url('#cursor1')">X</text> | 57 <text x="20" y="20" fill="red" id="inner" cursor="url('#cursor1')">X</text> |
| 58 </g> | 58 </g> |
| 59 </svg> | 59 </svg> |
| OLD | NEW |