Home | History | Annotate | Download | only in domstorage

Lines Matching full:undefined

10 PASS typeof storage['foo'] is "undefined"
11 PASS storage['foo'] is undefined.
12 PASS typeof storage.foo is "undefined"
13 PASS storage.foo is undefined.
39 storage.foo4 = undefined
41 PASS storage['foo4'] is "undefined"
43 PASS storage.foo4 is "undefined"
45 PASS storage.getItem('foo4') is "undefined"
46 storage['foo5'] = undefined
48 PASS storage['foo5'] is "undefined"
50 PASS storage.foo5 is "undefined"
52 PASS storage.getItem('foo5') is "undefined"
53 storage.setItem('foo6', undefined)
55 PASS storage['foo6'] is "undefined"
57 PASS storage.foo6 is "undefined"
59 PASS storage.getItem('foo6') is "undefined"
110 PASS typeof storage['foo'] is "undefined"
111 PASS storage['foo'] is undefined.
112 PASS typeof storage.foo is "undefined"
113 PASS storage.foo is undefined.
139 storage.foo4 = undefined
141 PASS storage['foo4'] is "undefined"
143 PASS storage.foo4 is "undefined"
145 PASS storage.getItem('foo4') is "undefined"
146 storage['foo5'] = undefined
148 PASS storage['foo5'] is "undefined"
150 PASS storage.foo5 is "undefined"
152 PASS storage.getItem('foo5') is "undefined"
153 storage.setItem('foo6', undefined)
155 PASS storage['foo6'] is "undefined"
157 PASS storage.foo6 is "undefined"
159 PASS storage.getItem('foo6') is "undefined"