Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<title>Testcase for mask with empty size</title>
<mask id="m1" width="1" height="0">
<rect x="0" y="0" width="100" height="100" style="stroke:none; fill: #ffffff"/>
</mask>
<!-- Since the size of m1 is empty, the following rect should be invisible. -->
<rect width="100" height="100" fill="blue" mask="url(#m1)"/>
</svg>