file_iframe_sandbox_c_if9.html 501 B

123456789101112131415161718
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Test for Bug 671389</title>
  6. <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  7. </head>
  8. <body>
  9. I am
  10. <ul>
  11. <li>sandboxed but with "allow-forms", "allow-pointer-lock", "allow-popups", "allow-same-origin", "allow-scripts", and "allow-top-navigation", </li>
  12. <li>sandboxed but with "allow-same-origin", "allow-scripts", </li>
  13. <li>sandboxed, or </li>
  14. <li>not sandboxed.</li>
  15. </ul>
  16. </body>
  17. </html>