Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt

Issue 2723183002: Deprecate IDBFactory webkitGetDatabaseNames() (Closed)
Patch Set: Test expectation updates Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cross-origin-indexeddb-allowed-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cross-origin-indexeddb-allowed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698