comparison: layout/svg/crashtests/655025-2.svg
layout/svg/crashtests/655025-2.svg
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <svg xmlns="http://www.w3.org/2000/svg"> |
|
2 <text id="a">a</text> |
|
3 <script> |
|
4 document.getElementById("a").appendChild(document.createTextNode("")); |
|
5 </script> |
|
6 </svg> |