3 <script src=
"../../resources/js-test.js"></script>
7 testRunner
.dumpAsText();
9 window
.onload = function() {
10 if (self
.containing_frame
.document
.getElementById('plugin').destroyStream
)
11 testPassed("containing frame was able to instantiate plugin");
13 testFailed("containing frame was unable to instantiate plugin");
15 isSuccessfullyParsed();
21 <iframe name=
"containing_frame"
22 src=
"resources/sandboxed-iframe-about-blank.html">
25 <p id=
"description"></p>
27 <div id=
"console"></div>
30 description("This test verifies that sandboxing 'about:blank' does not make the containing frame sandboxed.");