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 |