Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testing that 'use' doesn't render its kids.</title>
<rect width="100%" height="100%" fill="lime" id="r1"/>
<use id="u2" x="0%" width="100%">
<rect width="100%" height="100%" fill="red" id="r2"/>
</use>
</svg>