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-on-display-contents.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<link rel="author" title="Sammy Gill" href="mailto:sammy.gill@apple.com">
<meta name="assert" content="content-visibility on display contents element does not apply since size containment does not apply to it">
<body>
<p>Test passes if there is a filled green square.</p>
<div style="display: contents; content-visibility: hidden;">
<div>
<div style="width: 100px; height: 100px; background-color: green;"></div>
</div>
</div>
</body>
</html>