Bug 432813. Fix another infinite-recursion issue in XBL. r+sr=bzbarsky

This commit is contained in:
Gavin Sharp 2008-08-18 11:41:55 -04:00
parent f256c8a781
commit 1c6c6d868d
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="a">
<content>
<div xmlns="http://www.w3.org/1999/xhtml" style="-moz-binding: inherit;"/>
</content>
</binding>
</bindings>

View File

@ -0,0 +1,3 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box style="-moz-binding:url(432813-1-xbl.xml);"/>
</window>