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