Blame layout/base/crashtests/567292-1.xhtml

Packit f0b94e
<html xmlns="http://www.w3.org/1999/xhtml"><head>
Packit f0b94e
Packit f0b94e
<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content><optgroup><children xmlns="http://www.mozilla.org/xbl"/></optgroup></content></binding></bindings>
Packit f0b94e
Packit f0b94e
<script>
Packit f0b94e
Packit f0b94e
Packit f0b94e
function boom() { document.getElementById("a").appendChild(document.createElementNS("http://www.w3.org/1999/xhtml", "span")); }
Packit f0b94e
Packit f0b94e
window.addEventListener("load", boom);
Packit f0b94e
Packit f0b94e
]]>
Packit f0b94e
</script></head>
Packit f0b94e
Packit f0b94e
<frameset style="-moz-binding: url("#foo");"><frame id="a"></frame></frameset>
Packit f0b94e
Packit f0b94e
</html>