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

Side by Side Diff: LayoutTests/permissionclient/storage-permission-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 unified diff | Download patch
OLDNEW
1 This test verifies that all access to localStorage can be blocked 1 This test verifies that all access to localStorage can be blocked
2 Length is 0 2 Length is 0
3 Value for FOO is null 3 Value for FOO is null
4 Length is 1 4 Length is 1
5 Value for FOO is BAR 5 Value for FOO is BAR
6 Key for index 0 is FOO 6 Key for index 0 is FOO
7 Disabling localStorage access. 7 Disabling localStorage access.
8 Caught exception trying to get frame localStorage: SecurityError: Access to 'loc alStorage' is denied for this document. 8 Caught exception trying to get frame localStorage: SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698