trisquel-icecat/icecat/testing/web-platform/tests/accessibility/crashtests/content-visibility-focusable-scroller-descendant.html

11 lines
235 B
HTML

<!doctype HTML>
<style>
html,body {
content-visibility: auto;
}
</style>
<div id=target style="height: 1000px; width: 100px; overflow: scroll">
<marquee></marquee>
<div style="width: 50px; height: 2000px"></div>
</div>