OLD | NEW |
---|---|
(Empty) | |
1 <script> | |
2 if (window.testRunner) | |
3 testRunner.dumpAsText(); | |
4 | |
5 var path = document.createElementNS("http://www.w3.org/2000/svg", "path"); | |
6 path.getPresentationAttribute(""); | |
7 document.write("PASSED -- WebKit did not crash!"); | |
8 </script> | |
OLD | NEW |