Home | History | Annotate | Download | only in domstorage

Lines Matching full:foo11

90 storage['foo11'] = k
91 PASS typeof storage['foo11'] is "string"
92 PASS storage['foo11'] is "?ÿ?\0hello"
93 PASS typeof storage.foo11 is "string"
94 PASS storage.foo11 is "?ÿ?\0hello"
95 PASS typeof storage.getItem('foo11') is "string"
96 PASS storage.getItem('foo11') is "?ÿ?\0hello"
190 storage['foo11'] = k
191 PASS typeof storage['foo11'] is "string"
192 PASS storage['foo11'] is "?ÿ?\0hello"
193 PASS typeof storage.foo11 is "string"
194 PASS storage.foo11 is "?ÿ?\0hello"
195 PASS typeof storage.getItem('foo11') is "string"
196 PASS storage.getItem('foo11') is "?ÿ?\0hello"