gecko/layout/reftests/svg/moz-only/xbl-grad-ref--grad-in-bound-02.xbl
2007-12-03 03:36:24 -08:00

11 lines
323 B
Plaintext
Executable File

<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="red">
<content>
<children/>
<!-- gradient reference should fail, fill should fall back to black -->
<rect xmlns="http://www.w3.org/2000/svg"
width="100%" height="100%" fill="url(#grad)"/>
</content>
</binding>
</bindings>