| <p>This test passes if it does not crash.</p> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| let path = document.createElementNS('http://www.w3.org/2000/svg', 'path'); | |
| path.setAttribute('d', 'M10,30 A20,20 0,0,1 50,30 A20,20 0,0,1 90,30 Q90,60 50,90 Q10,60 10,30 z M5,5 L90,90'); | |
| path.removeAttribute('d'); | |
| </script> |