firefox-bug-1753105.html (1086B)
1 <!DOCTYPE html> 2 <script> 3 document.addEventListener("DOMContentLoaded", () => { 4 const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg") 5 const text = document.createElementNS("http://www.w3.org/2000/svg", "text") 6 text.setAttribute("letter-spacing", "-37vw") 7 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⼤𛪈Âðª¸ð›‰") 8 text.appendChild(node) 9 svg.appendChild(text) 10 document.documentElement.appendChild(svg) 11 const rect = document.documentElement.getBoundingClientRect() 12 node.convertRectFromNode(rect, svg, {}) 13 }) 14 </script>