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-g.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Content Visibility: effect on <g> element</title>
<link rel="author" href="mailto:rbuis@igalia.com">
<link rel="match" href="content-visibility-on-g-ref.html">
<meta name="assert" content="content-visibility hidden has no effect on g element">
<div>
<g style="content-visibility:hidden">
<text x="5" y="16" transform="scale(2, 2)">Hello World!</text>
<text x="8" y="32" transform="translate(0 20) scale(1.25 1)">Hello World Again!</text>
</g>
</svg>
</div>