OLD | NEW |
1 <script> | 1 <script> |
2 var svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg
"); | 2 var svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg
"); |
3 svgElement.appendChild(document.createElement("div")).insertAdjacentHTML("be
foreBegin", "</p>"); | 3 svgElement.appendChild(document.createElement("div")).insertAdjacentHTML("be
foreBegin", "</p>"); |
4 | 4 |
5 if (window.layoutTestController) | 5 if (window.layoutTestController) |
6 layoutTestController.dumpAsText(); | 6 layoutTestController.dumpAsText(); |
7 </script> | 7 </script> |
8 <p>This test passes if it doesn't crash.</p> | 8 <p>This test passes if it doesn't crash.</p> |
OLD | NEW |