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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-origin-indexeddb-allowed-expected.txt

Issue 2721133006: Don't log deprecations in cross-origin iframe Indexed DB tests (Closed)
Patch Set: 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-worker-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 9: 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 Both of these frames should successfully open the database: 1 Both of these frames should successfully open the database:
3 2
4 3
5 4
6 -------- 5 --------
7 Frame: '<!--framePath //<!--frame0-->-->' 6 Frame: '<!--framePath //<!--frame0-->-->'
8 -------- 7 --------
9 Successfully called window.indexedDB.deleteDatabase(). 8 Successfully called window.indexedDB.deleteDatabase().
10 Successfully called window.indexedDB.open(). 9 Successfully called window.indexedDB.open().
11 Successfully called window.indexedDB.webkitGetDatabaseNames(). 10 Successfully called window.indexedDB.webkitGetDatabaseNames().
12 11
13 12
14 -------- 13 --------
15 Frame: '<!--framePath //<!--frame1-->-->' 14 Frame: '<!--framePath //<!--frame1-->-->'
16 -------- 15 --------
17 Successfully called window.indexedDB.deleteDatabase(). 16 Successfully called window.indexedDB.deleteDatabase().
18 Successfully called window.indexedDB.open(). 17 Successfully called window.indexedDB.open().
19 Successfully called window.indexedDB.webkitGetDatabaseNames(). 18 Successfully called window.indexedDB.webkitGetDatabaseNames().
20 19
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698