Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/mask-basic-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for mask that can't be resolved</title>
<rect width="100%" height="100%" fill="red"/>
<rect width="100%" height="100%" fill="lime" mask="url(#null)"/>
</svg>