no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / svg / crashtests / 1755770-1.html
blobee9cf6fee7d0891588bc0d2d29358fa0da2a979b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 window.addEventListener("load", () => {
6 const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg");
7 const text = document.createElementNS("http://www.w3.org/2000/svg", "text");
8 text.setAttribute("letter-spacing", "65535pc");
9 const node = document.createTextNode("\rï¿»ð¨\nó = ð£%?;ð©á©¿ð�");
10 text.appendChild(node);
11 svg.appendChild(text);
12 document.documentElement.appendChild(svg);
13 const rect = new DOMRectReadOnly(-128, 256, 0, 1024);
14 node.convertRectFromNode(rect, document, {});
16 </script>
17 </head>
18 </html>