Lines Matching refs:is
8 PASS storage.length is 0
10 PASS storage.getItem('FOO') is null
12 PASS storage.length is 1
13 PASS storage.getItem('FOO') is "BAR"
14 PASS storage.getItem('foo') is null
15 PASS storage.foo is undefined.
16 PASS storage['foo'] is undefined.
18 PASS storage.foo is "x"
19 PASS storage['foo'] is "x"
20 PASS storage.getItem('foo') is "x"
22 PASS storage.foo is "y"
23 PASS storage['foo'] is "y"
24 PASS storage.getItem('foo') is "y"
26 PASS storage.foo is "z"
27 PASS storage['foo'] is "z"
28 PASS storage.getItem('foo') is "z"
29 PASS storage.length is 2
33 PASS storage.getItem('null') is "asdf"
34 PASS storage.getItem(null) is "asdf"
35 PASS storage['null'] is "asdf"
36 PASS storage[null] is "asdf"
37 PASS storage.length is 3
39 PASS storage.getItem(null) is "1"
41 PASS storage.getItem(null) is "2"
43 PASS storage.getItem(null) is "3"
44 PASS storage.length is 3
48 PASS storage.getItem('undefined') is "xyz"
49 PASS storage.getItem(undefined) is "xyz"
50 PASS storage['undefined'] is "xyz"
51 PASS storage[undefined] is "xyz"
52 PASS storage.length is 4
54 PASS storage.getItem(undefined) is "4"
56 PASS storage.getItem(undefined) is "5"
58 PASS storage.getItem(undefined) is "6"
59 PASS storage.length is 4
63 PASS storage.getItem('2') is "ppp"
64 PASS storage.getItem(2) is "ppp"
65 PASS storage['2'] is "ppp"
66 PASS storage[2] is "ppp"
67 PASS storage.length is 5
69 PASS storage.getItem(2) is "7"
71 PASS storage.getItem(2) is "8"
73 PASS storage.getItem(2) is "9"
74 PASS storage.length is 5
78 PASS storage.getItem(k) is "hello"
79 PASS storage[k] is "hello"
80 PASS storage.length is 6
89 PASS storage.foo1 is "lower1"
90 PASS storage.FOO1 is "UPPER1"
91 PASS storage['foo2'] is "lower2"
92 PASS storage['FOO2'] is "UPPER2"
93 PASS storage.getItem('foo3') is "lower3"
94 PASS storage.getItem('FOO3') is "UPPER3"
95 PASS storage.length is 12
98 PASS storage.length is 12
99 PASS storage['length'] is 12
100 PASS storage.getItem('length') is null
102 PASS storage.length is 12
103 PASS storage['length'] is 12
104 PASS storage.getItem('length') is null
106 PASS storage.length is 12
107 PASS storage['length'] is 12
108 PASS storage.getItem('length') is null
110 PASS storage.length is 13
111 PASS storage['length'] is 13
112 PASS storage.getItem('length') is "0"
114 PASS storage.length is 12
115 PASS storage['length'] is 12
116 PASS storage.getItem('length') is null
118 PASS storage.length is 13
123 PASS storage.length is 0
125 PASS storage.getItem('FOO') is null
127 PASS storage.length is 1
128 PASS storage.getItem('FOO') is "BAR"
129 PASS storage.getItem('foo') is null
130 PASS storage.foo is undefined.
131 PASS storage['foo'] is undefined.
133 PASS storage.foo is "x"
134 PASS storage['foo'] is "x"
135 PASS storage.getItem('foo') is "x"
137 PASS storage.foo is "y"
138 PASS storage['foo'] is "y"
139 PASS storage.getItem('foo') is "y"
141 PASS storage.foo is "z"
142 PASS storage['foo'] is "z"
143 PASS storage.getItem('foo') is "z"
144 PASS storage.length is 2
148 PASS storage.getItem('null') is "asdf"
149 PASS storage.getItem(null) is "asdf"
150 PASS storage['null'] is "asdf"
151 PASS storage[null] is "asdf"
152 PASS storage.length is 3
154 PASS storage.getItem(null) is "1"
156 PASS storage.getItem(null) is "2"
158 PASS storage.getItem(null) is "3"
159 PASS storage.length is 3
163 PASS storage.getItem('undefined') is "xyz"
164 PASS storage.getItem(undefined) is "xyz"
165 PASS storage['undefined'] is "xyz"
166 PASS storage[undefined] is "xyz"
167 PASS storage.length is 4
169 PASS storage.getItem(undefined) is "4"
171 PASS storage.getItem(undefined) is "5"
173 PASS storage.getItem(undefined) is "6"
174 PASS storage.length is 4
178 PASS storage.getItem('2') is "ppp"
179 PASS storage.getItem(2) is "ppp"
180 PASS storage['2'] is "ppp"
181 PASS storage[2] is "ppp"
182 PASS storage.length is 5
184 PASS storage.getItem(2) is "7"
186 PASS storage.getItem(2) is "8"
188 PASS storage.getItem(2) is "9"
189 PASS storage.length is 5
193 PASS storage.getItem(k) is "hello"
194 PASS storage[k] is "hello"
195 PASS storage.length is 6
204 PASS storage.foo1 is "lower1"
205 PASS storage.FOO1 is "UPPER1"
206 PASS storage['foo2'] is "lower2"
207 PASS storage['FOO2'] is "UPPER2"
208 PASS storage.getItem('foo3') is "lower3"
209 PASS storage.getItem('FOO3') is "UPPER3"
210 PASS storage.length is 12
213 PASS storage.length is 12
214 PASS storage['length'] is 12
215 PASS storage.getItem('length') is null
217 PASS storage.length is 12
218 PASS storage['length'] is 12
219 PASS storage.getItem('length') is null
221 PASS storage.length is 12
222 PASS storage['length'] is 12
223 PASS storage.getItem('length') is null
225 PASS storage.length is 13
226 PASS storage['length'] is 13
227 PASS storage.getItem('length') is "0"
229 PASS storage.length is 12
230 PASS storage['length'] is 12
231 PASS storage.getItem('length') is null
233 PASS storage.length is 13
234 PASS successfullyParsed is true