mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
18 lines
579 B
XML
18 lines
579 B
XML
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<box style="-moz-binding:url(#xbl)"/>
|
|
|
|
|
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="xbl" inheritstyle="false">
|
|
<content>
|
|
<g xmlns="http://www.w3.org/2000/svg" onDOMAttrModified="document.removeChild(document.documentElement)" id="a"/>
|
|
<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" observes="a"/>
|
|
|
|
<children xmlns="http://www.mozilla.org/xbl"/>
|
|
|
|
</content>
|
|
</binding>
|
|
</bindings>
|
|
|
|
</window> |