Lines Matching refs:foo3
31 storage.setItem('foo3', null)
32 PASS typeof storage['foo3'] is "string"
33 PASS storage['foo3'] is "null"
34 PASS typeof storage.foo3 is "string"
35 PASS storage.foo3 is "null"
36 PASS typeof storage.getItem('foo3') is "string"
37 PASS storage.getItem('foo3') is "null"
131 storage.setItem('foo3', null)
132 PASS typeof storage['foo3'] is "string"
133 PASS storage['foo3'] is "null"
134 PASS typeof storage.foo3 is "string"
135 PASS storage.foo3 is "null"
136 PASS typeof storage.getItem('foo3') is "string"
137 PASS storage.getItem('foo3') is "null"