content-visibility-focusable-scroller-descendant.html (235B)
1 <!doctype HTML> 2 <style> 3 html,body { 4 content-visibility: auto; 5 } 6 </style> 7 <div id=target style="height: 1000px; width: 100px; overflow: scroll"> 8 <marquee></marquee> 9 <div style="width: 50px; height: 2000px"></div> 10 </div>