Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-storage.html
blob959fb4b40673fbda6e844e112e8a173a6bada397
1 <html>
2 <head>
3 <script src="../../resources/js-test.js"></script>
4 <script>
6 if (window.testRunner) {
7 testRunner.dumpAsText();
8 testRunner.dumpChildFramesAsText();
11 window.onload = function() {
12 isSuccessfullyParsed();
15 </script>
16 </head>
17 <body>
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">
23 </iframe>
25 <iframe src="resources/sandboxed-iframe-storage-allowed.html">
26 </iframe>
28 <div id="console"></div>
30 <script>
31 description("This test verifies that a sandboxed iframe does not have access to any session storage, local storage or database.");
32 </script>
33 </body>
34 </html>