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