| OLD | NEW |
| 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k"> | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k"> |
| 2 <script> | 2 <script> |
| 3 <![CDATA[ | 3 <![CDATA[ |
| 4 if (window.layoutTestController) { | 4 if (window.layoutTestController) { |
| 5 layoutTestController.dumpAsText(); | 5 layoutTestController.dumpAsText(); |
| 6 layoutTestController.waitUntilDone(); | 6 layoutTestController.waitUntilDone(); |
| 7 gc = function(){window.GCController.collect()}; | 7 gc = function(){window.GCController.collect()}; |
| 8 } else if (!window.gc) | 8 } else if (!window.gc) |
| 9 gc = function(){}; | 9 gc = function(){}; |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 if (window.layoutTestController) | 24 if (window.layoutTestController) |
| 25 layoutTestController.notifyDone(); | 25 layoutTestController.notifyDone(); |
| 26 } | 26 } |
| 27 } | 27 } |
| 28 //]]> | 28 //]]> |
| 29 </script> | 29 </script> |
| 30 <g id="g1" /> | 30 <g id="g1" /> |
| 31 <use xlink:href="#g1" id="use1" /> | 31 <use xlink:href="#g1" id="use1" /> |
| 32 <text x="20" y="20" fill="green" id="t1"></text> | 32 <text x="20" y="20" fill="green" id="t1"></text> |
| 33 </svg> | 33 </svg> |
| OLD | NEW |