1 This is a test to make sure that when private browsing is on any attempt to change the sessionStorage area fail. 2 Initial value of testItem is: null 3 Caught exception trying to change item: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22 4 After change attempt, testItem is: null 5 After remove attempt, testItem is: null 6 After clear attempt, testItem is: null 7 8