summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accessibility/crashtests/content-visibility-focusable-scroller-descendant.html
blob: e9b027b5c7b94f22d17c1e726a819bb9b573612d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>