summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt
blob: 2fea0614aaaee72878444d303778654354e61e9c (plain)
1
2
3
4
5
6
7
This is a test to make sure that when private browsing is on any attempt to change the localStorage area fail.
Initial value of testItem is: null
Caught exception trying to change item: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
After change attempt, testItem is: null
After remove attempt, testItem is: null
After clear attempt, testItem is: null