gecko-dev/layout/base/crashtests/567292-1.xhtml
Florian Quèze 85611a7b6d Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00

18 lines
545 B
HTML

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