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

Side by Side Diff: LayoutTests/permissionclient/storage-permission-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 unified diff | Download patch | Annotate | Revision Log
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: Error: SecurityError: DOM Exc eption 18 8 Caught exception trying to get frame localStorage: SecurityError: An attempt was made to break through the security policy of the user agent.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698