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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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 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..
--------

Powered by Google App Engine
This is Rietveld 408576698