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 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. |
2 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. |
3 | 3 |
4 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
". |
5 | 5 |
6 | 6 |
7 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. |
8 | 8 |
9 | 9 |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
14 | 14 |
15 TEST COMPLETE | 15 TEST COMPLETE |
16 | 16 |
17 | 17 |
18 -------- | 18 -------- |
19 Frame: '<!--framePath //<!--frame0-->-->' | 19 Frame: '<!--framePath //<!--frame0-->-->' |
(...skipping 11 matching lines...) Expand all Loading... |
31 Frame: '<!--framePath //<!--frame1-->-->' | 31 Frame: '<!--framePath //<!--frame1-->-->' |
32 -------- | 32 -------- |
33 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
34 | 34 |
35 TEST COMPLETE | 35 TEST COMPLETE |
36 PASS window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null
is true | 36 PASS window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null
is true |
37 PASS window.localStorage != null is true | 37 PASS window.localStorage != null is true |
38 PASS window.sessionStorage != null is true | 38 PASS window.sessionStorage != null is true |
39 PASS document.cookie != null is true | 39 PASS document.cookie != null is true |
40 | 40 |
OLD | NEW |