2010-12-19 09:47:01 -08:00
|
|
|
<!--
|
|
|
|
Any copyright is dedicated to the Public Domain.
|
|
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
|
|
-->
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" >
|
2010-07-27 00:33:01 -07:00
|
|
|
|
2010-12-19 09:47:01 -08:00
|
|
|
<title>Testcase for clipPath that can't be resolved</title>
|
2010-07-27 00:33:01 -07:00
|
|
|
|
2010-12-19 09:47:01 -08:00
|
|
|
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=620144 -->
|
2010-07-27 00:33:01 -07:00
|
|
|
|
2010-12-19 09:47:01 -08:00
|
|
|
<rect width="100%" height="100%" fill="red"/>
|
|
|
|
<rect width="100%" height="100%" fill="lime" clipPath="url(#null)"/>
|
2010-07-27 00:33:01 -07:00
|
|
|
</svg>
|