slot-content-visibility-15-crash.html (310B)
1 <script> 2 window.onload = () => { 3 window.getSelection().addRange(document.createRange()); 4 window.getSelection().modify('extend','right','paragraph') 5 } 6 </script> 7 8 <div> 9 <template shadowrootmode=open> 10 <slot style="content-visibility:hidden; display:block"></slot> 11 </template> 12 <meter></meter> 13 </div>