no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / svg / crashtests / 881031-1.svg
blob0738e1299d575caa554d6c8bf95df8093eeb4413
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script>
4 function boom()
6 var svgText = document.getElementById("t");
7 svgText.firstChild.data = "C";
8 svgText.appendChild(document.createTextNode("D"));
9 document.caretPositionFromPoint(0, 0);
11 window.addEventListener("load", boom, false);
13 </script>
14 <text id="t">A</text>
15 </svg>