Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-contain/content-visibility/locked-frame-crash.html - WPT Dashboard Interop Dashboard
<iframe id="target" width=320 height=320></iframe>
<style>
:first-child { content-visibility: hidden; }
html,body,ol { -webkit-column-count: 2; }
</style>