mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
22 lines
417 B
XML
22 lines
417 B
XML
<?xml version="1.0"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
|
|
outer {
|
|
-moz-binding: url(472020-xbl.xml#outer);
|
|
border: 2px solid yellow;
|
|
}
|
|
inner {
|
|
-moz-binding: url(472020-xbl.xml#inner);
|
|
}
|
|
box {
|
|
width: 50px;
|
|
border: 2px solid green;
|
|
}
|
|
]]></style>
|
|
|
|
<outer>
|
|
<box/>
|
|
</outer>
|
|
</window>
|