Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 3 | onload="var p = document.getElementById('o'); p.insertBefore(document.createElement('box'), p.firstChild);"> |
michael@0 | 4 | |
michael@0 | 5 | <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ |
michael@0 | 6 | outer { |
michael@0 | 7 | -moz-binding: url(472020-xbl.xml#outer); |
michael@0 | 8 | border: 2px solid yellow; |
michael@0 | 9 | } |
michael@0 | 10 | inner { |
michael@0 | 11 | -moz-binding: url(472020-xbl.xml#inner); |
michael@0 | 12 | } |
michael@0 | 13 | box { |
michael@0 | 14 | width: 50px; |
michael@0 | 15 | border: 2px solid green; |
michael@0 | 16 | } |
michael@0 | 17 | ]]></style> |
michael@0 | 18 | |
michael@0 | 19 | <outer id="o"> |
michael@0 | 20 | <box/> |
michael@0 | 21 | </outer> |
michael@0 | 22 | </window> |