2010-11-05 09:01:17 -07:00
|
|
|
<!--
|
|
|
|
Any copyright is dedicated to the Public Domain.
|
2011-06-21 05:19:35 -07:00
|
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
2010-11-05 09:01:17 -07:00
|
|
|
-->
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
|
|
|
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=587585 -->
|
|
|
|
|
|
|
|
<title>Test gradient reference in binding for gradient in bound document with external binding</title>
|
|
|
|
|
|
|
|
<g style="-moz-binding: url(xbl-grad-ref--grad-in-bound-04.xbl#lime);"/>
|
|
|
|
|
|
|
|
<linearGradient id="grad" gradientUnits="userSpaceOnUse">
|
|
|
|
<stop stop-color="lime"/>
|
|
|
|
</linearGradient>
|
|
|
|
|
|
|
|
</svg>
|