too-big-line-height-crash.html (574B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style> 6 FORM { 7 line-height: 404875491%; 8 } 9 10 * { 11 position: fixed; 12 block-size: 2984941683%; 13 } 14 </style> 15 <script> 16 addEventListener("DOMContentLoaded", () => { 17 getSelection().collapse( 18 document.body.lastChild, 19 document.body.lastChild.length 20 ); 21 }, {once: true}); 22 </script> 23 </head> 24 <form contenteditable> 25 <li style="marker-mid: url(a.svg) !important; 26 will-change: contents; 27 writing-mode: vertical-lr !important; 28 shape-outside: none"></li> 29 </form> 30 </body></html>