Index: LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt |
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt b/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt |
index fd836d3722f2cd10f721b2a69b65a49ace0757bc..e6994e12812aaaafe5e2b87df38f0dc89aa16b2c 100644 |
--- a/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt |
+++ b/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt |
@@ -18,12 +18,12 @@ 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 'getDatabaseNames' on 'IDBFactory': access to the Indexed Database 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: Access to 'localStorage' is denied for this document. The document is sandboxed and lacks the 'allow-same-origin' flag.". |
-PASS window.sessionStorage threw exception "SecurityError: Access to 'sessionStorage' is denied for this document. The document is sandboxed and lacks the 'allow-same-origin' flag.". |
-PASS document.cookie threw exception "SecurityError: Access to 'cookie' is denied for this document. The document is sandboxed and lacks the 'allow-same-origin' flag.". |
+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.". |
+PASS window.sessionStorage threw exception "SecurityError: Failed to read the 'sessionStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.". |
+PASS document.cookie threw exception "SecurityError: Failed to read the 'cookie' property from 'Document': The document is sandboxed and lacks the 'allow-same-origin' flag.". |
-------- |