1682032.html (509B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <script> 5 window.addEventListener('load', () => { 6 const svg = document.createElementNS('http://www.w3.org/2000/svg', 'style') 7 document.documentElement.appendChild(svg) 8 svg.textContent = ` 9 HTML { column-rule-color: rgba( 4294967295%, 0%, 0%, 0% ); 10 inset-block: 4294967295% 0%; 11 min-block-size: 4294967295%; 12 position: fixed; 13 aspect-ratio: 4294967295 / 4294967295;` 14 }) 15 </script> 16 </head> 17 </html>