| <html> | |
| <head> | |
| <script src="../../resources/js-test.js"></script> | |
| </head> | |
| <body onload="finishJSTest()"> | |
| <iframe src="resources/sandboxed-iframe-about-blank.html"></iframe> | |
| <script> | |
| jsTestIsAsync = true; | |
| description("This test verifies that sandboxing 'about:blank' does not make the containing frame sandboxed."); | |
| </script> | |
| </body> | |
| </html> |