Home | History | Annotate | Download | only in domstorage

Lines Matching full:foo10

83 storage.foo10 = k
84 PASS typeof storage['foo10'] is "string"
85 PASS storage['foo10'] is "?ÿ?\0hello"
86 PASS typeof storage.foo10 is "string"
87 PASS storage.foo10 is "?ÿ?\0hello"
88 PASS typeof storage.getItem('foo10') is "string"
89 PASS storage.getItem('foo10') is "?ÿ?\0hello"
183 storage.foo10 = k
184 PASS typeof storage['foo10'] is "string"
185 PASS storage['foo10'] is "?ÿ?\0hello"
186 PASS typeof storage.foo10 is "string"
187 PASS storage.foo10 is "?ÿ?\0hello"
188 PASS typeof storage.getItem('foo10') is "string"
189 PASS storage.getItem('foo10') is "?ÿ?\0hello"