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

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

Issue 2818173003: Indexed DB: Remove nonstandard IDBFactory.webkitGetDatabaseNames() (Closed)
Patch Set: Remove content_browsertest for wGDN Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
index e3e43a8163a7f1dea216bdb07dff0093eb1f3cb6..a5c9d7aa264d670af10c59943fd1079575c34111 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: line 1: indexedDB.webkitGetDatabaseNames() is deprecated and will be removed in M60, around August 2017. See https://www.chromestatus.com/features/5725741740195840 for more details.
This test verifies that a sandboxed iframe does not have access to any session storage, local storage or database.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -19,7 +18,6 @@ TEST COMPLETE
Frame: '<!--framePath //<!--frame0-->-->'
--------
PASS window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1) threw exception "SecurityError: Failed to execute 'openDatabase' on 'Window': Access to the WebDatabase API is denied in this context.".
-PASS window.indexedDB.webkitGetDatabaseNames() threw exception "SecurityError: Failed to execute 'webkitGetDatabaseNames' on 'IDBFactory': access to the Indexed Database API is denied in this context.".
PASS window.indexedDB.open('foo') threw exception "SecurityError: Failed to execute 'open' on 'IDBFactory': access to the Indexed Database API is denied in this context.".
PASS window.indexedDB.deleteDatabase('foo') threw exception "SecurityError: Failed to execute 'deleteDatabase' on 'IDBFactory': access to the Indexed Database API is denied in this context.".
PASS window.localStorage threw exception "SecurityError: Failed to read the 'localStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.".

Powered by Google App Engine
This is Rietveld 408576698