comparison: layout/svg/crashtests/614367-1.svg
layout/svg/crashtests/614367-1.svg
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
1 <?xml version="1.0"?> |
|
2 |
|
3 <svg xmlns="http://www.w3.org/2000/svg"> |
|
4 <polygon id="p" transform="?" /> |
|
5 <script> |
|
6 document.getElementById("p").transform.baseVal.removeItem(0); |
|
7 </script> |
|
8 </svg> |