mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 432813. Fix another infinite-recursion issue in XBL. r+sr=bzbarsky
This commit is contained in:
parent
f256c8a781
commit
1c6c6d868d
7
content/xbl/crashtests/432813-1-xbl.xml
Normal file
7
content/xbl/crashtests/432813-1-xbl.xml
Normal 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>
|
3
content/xbl/crashtests/432813-1.xhtml
Normal file
3
content/xbl/crashtests/432813-1.xhtml
Normal 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>
|
Loading…
Reference in New Issue
Block a user