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/crashtests/container-query-force-visible-for-accessibility.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Accessibility to consistently force visibility when subtrees have skipped style recalc</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div id="elm" style="content-visibility:auto;">
<span>
<div style="container-type:size"></div>
</span>
</div>