| OLD | NEW |
| 1 CONSOLE WARNING: line 1: indexedDB.webkitGetDatabaseNames() is deprecated and wi
ll be removed in M60, around August 2017. See https://www.chromestatus.com/featu
res/5725741740195840 for more details. |
| 1 This test verifies that a sandboxed iframe does not have access to any session s
torage, local storage or database. | 2 This test verifies that a sandboxed iframe does not have access to any session s
torage, local storage or database. |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 Most of the PASS messages appear in frames, presented by DumpRenderTree after th
e main window. | 7 Most of the PASS messages appear in frames, presented by DumpRenderTree after th
e main window. |
| 7 | 8 |
| 8 | 9 |
| 9 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 10 | 11 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 Frame: '<!--framePath //<!--frame1-->-->' | 31 Frame: '<!--framePath //<!--frame1-->-->' |
| 31 -------- | 32 -------- |
| 32 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
| 33 | 34 |
| 34 TEST COMPLETE | 35 TEST COMPLETE |
| 35 PASS window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null
is true | 36 PASS window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null
is true |
| 36 PASS window.localStorage != null is true | 37 PASS window.localStorage != null is true |
| 37 PASS window.sessionStorage != null is true | 38 PASS window.sessionStorage != null is true |
| 38 PASS document.cookie != null is true | 39 PASS document.cookie != null is true |
| 39 | 40 |
| OLD | NEW |