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 if (window.testRunner) | 3 if (window.testRunner) |
4 testRunner.dumpAsText(); | 4 testRunner.dumpAsText(); |
5 </script> | 5 </script> |
6 <text y="20">This should not crash, but display an error document.</text> | 6 <text y="20">This should not crash, but display an error document.</text> |
7 <style id="crash"></style> | 7 <style id="crash"></style> |
8 <use xlink:href="#crash" /> | 8 <use xlink:href="#crash" /> |
9 <junk> | 9 <junk> |
10 </svg> | 10 </svg> |
OLD | NEW |