blob: 18ed8a348ef2fd1cb830470f46bf924bddde0248 [file] [log] [blame]
This is a test to make sure that when private browsing is on any attempt to change the sessionStorage area fail.
Initial value of testItem is: null
Caught exception trying to change item: Error: QuotaExceededError: DOM Exception 22
After change attempt, testItem is: null
After remove attempt, testItem is: null
After clear attempt, testItem is: null