layout/generic/crashtests/385885-1.xul

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6b549d3ccb52
1 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="boom()">
2
3 <script>
4 <![CDATA[
5
6 function boom()
7 {
8 var de = document.documentElement;
9
10 de.style.MozBinding = "url('data:text/xml,<bindings xmlns=%22http://www.mozilla.org/xbl%22><binding id=%22foo%22><content></content></binding></bindings>')";
11
12 document.removeChild(de);
13 document.appendChild(de);
14 }
15
16 ]]>
17 </script>
18
19 </window>

mercurial