Bug 1880216 - Migrate Fenix docs into Sphinx. r=owlish,geckoview-reviewers,android...
[gecko.git] / dom / html / test / file_iframe_sandbox_e_if6.html
blob399c3c202b30eec8ef027ecfbcaf498d8d95393e
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test for Bug 341604</title>
6 <script src="/tests/SimpleTest/EventUtils.js"></script>
7 </head>
8 <script type="application/javascript">
9 function doTest() {
10 document.getElementById('anchor').href = "file_iframe_sandbox_top_navigation_fail.html" + location.search;
11 window.top.opener.postMessage({type: "attempted"}, "*");
12 sendMouseEvent({type:'click'}, 'anchor');
14 </script>
15 <body onload="doTest()">
16 I am sandboxed with 'allow-scripts'
18 <a target='_top' id='anchor'>
19 </body>
20 </html>