dom/xbl/crashtests/418133-1.xhtml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:8f801ee73ad0
1 <html xmlns="http://www.w3.org/1999/xhtml"
2 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
3 <head>
4 <script type="text/javascript">
5
6 function boom()
7 {
8 for(var p in document.getElementById("prefs")) {
9 }
10
11 for(var p in window) {
12 }
13 }
14
15 </script>
16 </head>
17 <body onload="boom();">
18
19 <xul:preferences id="prefs" />
20
21 </body>
22 </html>

mercurial