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