3 <script src=
"../../resources/js-test.js"></script>
6 if (window
.testRunner
) {
7 testRunner
.dumpAsText();
8 testRunner
.dumpChildFramesAsText();
11 window
.onload = function() {
12 isSuccessfullyParsed();
18 <p id=
"description"></p>
20 <p>Most of the PASS messages appear in frames, presented by DumpRenderTree after the main window.
</p>
22 <iframe sandbox=
"allow-scripts" src=
"resources/sandboxed-iframe-storage-disallowed.html">
25 <iframe src=
"resources/sandboxed-iframe-storage-allowed.html">
28 <div id=
"console"></div>
31 description("This test verifies that a sandboxed iframe does not have access to any session storage, local storage or database.");