summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/domstorage/sessionstorage/string-conversion-expected.txt
blob: 65dcb2c820e6ad674b6ce72652643956cb0abf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This test case verifies that session storage only stores strings.
Length is 0
Testing implicit setters
Type/value for null is string/null
Type/value for 0 is string/0
Type/value for function(){} is string/function () {}
Testing explicit setters
Type/value for null is string/null
Type/value for 0 is string/0
Type/value for function(){} is string/function () {}
Testing index setters
Type/value for null is string/null
Type/value for 0 is string/0
Type/value for function(){} is string/function () {}