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/content-visibility-continuations-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<map>
<ul></ul>
<progress></progress>
<iframe></iframe>
</map>
<style>
body, map, ul, progress {
content-visibility: auto;
height: 0vw;
}
</style>