| <html><head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <!-- This should not crash (null renderer) --> | |
| <script> | |
| try { | |
| document.createElementNS("http://www.w3.org/2000/svg","g").getTransformToElement(); | |
| } catch(error) { | |
| } | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </head><body> | |
| PASS | |
| </body></html> |