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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Detaching a frame should bypass it's cached permissionclient state in StorageAre aProxy. 1 Detaching a frame should bypass it's cached permissionclient state in StorageAre aProxy.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS storage.length threw exception SecurityError: Failed to read the 'length' p roperty from 'Storage': access is denied for this document.. 6 PASS storage.length threw exception SecurityError: Failed to read the 'length' p roperty from 'Storage': access is denied for this document..
7 PASS storage.getItem('foo') threw exception SecurityError: Failed to execute 'ge tItem' on 'Storage': access is denied for this document.. 7 PASS storage.getItem('foo') threw exception SecurityError: Failed to execute 'ge tItem' on 'Storage': access is denied for this document..
8 PASS storage.setItem('foo', 'bar') threw exception SecurityError: Failed to exec ute 'setItem' on 'Storage': access is denied for this document.. 8 PASS storage.setItem('foo', 'bar') threw exception SecurityError: Failed to exec ute 'setItem' on 'Storage': access is denied for this document..
9 PASS storage.key(0) threw exception SecurityError: Failed to execute 'length' on 'Storage': access is denied for this document.. 9 PASS storage.key(0) threw exception SecurityError: Failed to execute 'key' on 'S torage': access is denied for this document..
10 PASS storage.clear() threw exception SecurityError: Failed to execute 'clear' on 'Storage': access is denied for this document.. 10 PASS storage.clear() threw exception SecurityError: Failed to execute 'clear' on 'Storage': access is denied for this document..
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698