Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/content-visibility-focusable-scroller-descendant.html - WPT Dashboard Interop Dashboard
<!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>