mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
192f557403
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
<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>
|