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

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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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: 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.".
--------

Powered by Google App Engine
This is Rietveld 408576698