mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
284 B
XML
12 lines
284 B
XML
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
||
|
<binding id="test">
|
||
|
<content>
|
||
|
<children includes="span"/>
|
||
|
<html:div xmlns:html="http://www.w3.org/1999/xhtml" style="color: red">
|
||
|
<children/>
|
||
|
</html:div>
|
||
|
</content>
|
||
|
</binding>
|
||
|
|
||
|
</bindings>
|