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/pattern-invalid-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for pattern with no width/height is not displayed</title>
<defs>
<pattern id="p">
<rect width="100%" height="100%" fill="red"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="black"/>
<rect width="100%" height="100%" fill="url(#p)"/>
</svg>