file_iframe_sandbox_e_if10.html 532 B

1234567891011121314151617181920
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Test for Bug 838692</title>
  6. <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  7. </head>
  8. <script>
  9. function doTest() {
  10. var testContext = "?Test 23: Nested navigate _top with window.open():%20";
  11. document.getElementById("if_9").src = "file_iframe_sandbox_e_if9.html" + testContext;
  12. }
  13. </script>
  14. <body onload="doTest()">
  15. <iframe sandbox='allow-scripts allow-top-navigation' id='if_9' height="10" width="10"></iframe>
  16. </body>
  17. </html>