Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / cross-origin-indexeddb-allowed.html
blobe727c36122a026126c7e22b2d1f7bef3807f4877
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText();
9 </script>
10 </head>
11 <body>
12 <p>Both of these frames should successfully open the database:</p>
13 <iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-indexeddb.html"></iframe>
14 <iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-indexeddb.html"></iframe>
15 </body>
16 </html>