Lines Matching refs:foo1
10 PASS storage.foo1 is undefined.
11 storage.foo1 = 'bar'
12 PASS storage.foo1 is "bar"
13 storage.removeItem('foo1')
14 PASS storage.foo1 is undefined.
15 storage.removeItem('foo1')
16 PASS storage.foo1 is undefined.
39 PASS storage.foo1 is undefined.
40 storage.foo1 = 'bar'
41 PASS storage.foo1 is "bar"
42 storage.removeItem('foo1')
43 PASS storage.foo1 is undefined.
44 storage.removeItem('foo1')
45 PASS storage.foo1 is undefined.