comparison: js/xpconnect/crashtests/752038-iframe.html
js/xpconnect/crashtests/752038-iframe.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 <script> |
|
3 function boom() |
|
4 { |
|
5 document.location.hash = "#1"; |
|
6 document.open(); |
|
7 window.parent.postMessage({}, '*'); |
|
8 } |
|
9 </script> |
|
10 |
|
11 <body onload="boom();"></body> |