Status: PASS | Duration: 10ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/svg/crashtests/firefox-bug-1753105.html
<!DOCTYPE html> <script> document.addEventListener("DOMContentLoaded", () => { const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg") const text = document.createElementNS("http://www.w3.org/2000/svg", "text") text.setAttribute("letter-spacing", "-37vw") const node = document.createTextNode("\n\n\r7%٠\0ó …§ð†ªã€€&**=🯚ð¯‚ï¸¡ó ”©Û¹â€Ùªv*/ð¯„ð–¹§åžçº¶*;{0ð–£”9̆뢻\r\n^掶𩹺*|\r\n🩂٫ð‡½ë«»e犮㇆á²ð¡‡‚\u2028ᨲâ¤\rv+🧌8שּׁ\nð¯Žè›¥ó „ˆêº¡\nâ’ð±’٠۹𖯸0ó ¤™/ᾂ𫞾99 a&=ð‰‚۹𯩒゙2ó ¥µ^0ê’‹ð—»ð…»\0X%+0*/镳 ٪ȺXá©¿L2⼤𛪈Âðª¸ð›‰") text.appendChild(node) svg.appendChild(text) document.documentElement.appendChild(svg) const rect = document.documentElement.getBoundingClientRect() node.convertRectFromNode(rect, svg, {}) }) </script>