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 a5c9d7aa264d670af10c59943fd1079575c34111..e6994e12812aaaafe5e2b87df38f0dc89aa16b2c 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 |
@@ -18,6 +18,7 @@ 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.". |