comparison: dom/xbl/crashtests/463511-1.xhtml
dom/xbl/crashtests/463511-1.xhtml
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <html xmlns="http://www.w3.org/1999/xhtml" style="-moz-binding: url(#foo)"> |
|
2 <head> |
|
3 <bindings xmlns="http://www.mozilla.org/xbl"> |
|
4 <binding id="foo"><content><listcell xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><children xmlns="http://www.mozilla.org/xbl"/></listcell></content></binding> |
|
5 </bindings> |
|
6 </head> |
|
7 |
|
8 <body onload="document.documentElement.innerHTML = 'x';"></body> |
|
9 </html> |