layout/xul/crashtests/336962-1.xul

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:fc3ca6c4032d
1 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
2
3 <script>
4
5 function init() {
6 document.getElementById("foopy").style.position = "absolute";
7 }
8
9 window.addEventListener("load", init, 0);
10
11 </script>
12
13
14 <box id="foopy" />
15
16
17 </window>

mercurial