mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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>
|