summaryrefslogtreecommitdiffstats
path: root/dom/xbl/crashtests/463511-1.xhtml
blob: a9fec3b5099b9f5f4e56c1f1aae152d0c7c85a11 (plain)
1
2
3
4
5
6
7
8
9
<html xmlns="http://www.w3.org/1999/xhtml" style="-moz-binding: url(#foo)">
<head>
<bindings xmlns="http://www.mozilla.org/xbl">
<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>
</bindings>
</head>

<body onload="document.documentElement.innerHTML = 'x';"></body>
</html>