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 e3aa7a05a5327f0522bd62b1e8dbda8249e3b8ad..a499a86da9b1c2caf222b268752ae688b3d9f8ff 100644 |
--- a/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt |
+++ b/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt |
@@ -14,9 +14,9 @@ TEST COMPLETE |
-------- |
Frame: '<!--framePath //<!--frame0-->-->' |
-------- |
-PASS window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1) threw exception Error: SecurityError: DOM Exception 18. |
-PASS window.localStorage threw exception Error: SecurityError: DOM Exception 18. |
-PASS window.sessionStorage threw exception Error: SecurityError: DOM Exception 18. |
+PASS window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1) threw exception SecurityError: An attempt was made to break through the security policy of the user agent.. |
+PASS window.localStorage threw exception SecurityError: An attempt was made to break through the security policy of the user agent.. |
+PASS window.sessionStorage threw exception SecurityError: An attempt was made to break through the security policy of the user agent.. |
-------- |