tenfourfox/dom/xbl/crashtests/495354-1.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
436 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<bindings xmlns="http://www.mozilla.org/xbl"><binding id="x"><content><caption xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><children xmlns="http://www.mozilla.org/xbl"/></caption></content></binding></bindings>
</head>
<body onload="document.getElementById('x').innerHTML = '9';">
<span id="x" style="-moz-binding: url(#x)"><div></div></span>
</body>
</html>