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

Unified Diff: LayoutTests/fast/storage/disallowed-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/storage/disallowed-storage-expected.txt
diff --git a/LayoutTests/fast/storage/disallowed-storage-expected.txt b/LayoutTests/fast/storage/disallowed-storage-expected.txt
index 64eae77a9f38b60c416dd16d54ca01c5dd5b94ff..487d4d57a3473e5eb8fc89db853d14f5acdc64c2 100644
--- a/LayoutTests/fast/storage/disallowed-storage-expected.txt
+++ b/LayoutTests/fast/storage/disallowed-storage-expected.txt
@@ -3,8 +3,8 @@ This tests that storage methods throw exceptions when storage is disabled with r
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS window.sessionStorage threw exception SecurityError: Access to 'sessionStorage' is denied for this document..
-PASS window.localStorage threw exception SecurityError: Access to 'localStorage' is denied for this document..
+PASS window.sessionStorage threw exception SecurityError: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document..
+PASS window.localStorage threw exception SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698