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

Unified Diff: LayoutTests/permissionclient/storage-permission-detached-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/permissionclient/storage-permission-detached-expected.txt
diff --git a/LayoutTests/permissionclient/storage-permission-detached-expected.txt b/LayoutTests/permissionclient/storage-permission-detached-expected.txt
index b8c0b71e90747bf6d83593cfdd725c01e17f015d..d71ce704e8d74e48de7d1bb477269a831b8cdea9 100644
--- a/LayoutTests/permissionclient/storage-permission-detached-expected.txt
+++ b/LayoutTests/permissionclient/storage-permission-detached-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS storage.length threw exception SecurityError: Failed to read the 'length' property from 'Storage': access is denied for this document..
PASS storage.getItem('foo') threw exception SecurityError: Failed to execute 'getItem' on 'Storage': access is denied for this document..
PASS storage.setItem('foo', 'bar') threw exception SecurityError: Failed to execute 'setItem' on 'Storage': access is denied for this document..
-PASS storage.key(0) threw exception SecurityError: Failed to execute 'length' on 'Storage': access is denied for this document..
+PASS storage.key(0) threw exception SecurityError: Failed to execute 'key' on 'Storage': access is denied for this document..
PASS storage.clear() threw exception SecurityError: Failed to execute 'clear' on 'Storage': access is denied for this document..
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698