1 This test case verifies that session storage only stores strings. 2 Length is 0 3 Testing implicit setters 4 Type/value for null is string/null 5 Type/value for 0 is string/0 6 Type/value for function(){} is string/function () {} 7 Testing explicit setters 8 Type/value for null is string/null 9 Type/value for 0 is string/0 10 Type/value for function(){} is string/function () {} 11 Testing index setters 12 Type/value for null is string/null 13 Type/value for 0 is string/0 14 Type/value for function(){} is string/function () {} 15 16