no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / svg / crashtests / 655025-2.svg
blob601006e831568db2b53ba96996e794ec61237bb1
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>