Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/storage/serialized-script-value-expected.txt

Issue 2517813002: Enable V8BasedStructuredClone by default. (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 126: Synchronous XMLHttpRequest on the main thread is depr ecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 126: Synchronous XMLHttpRequest on the main thread is depr ecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
2 2
3 Deserialize to {"foo":"zoo","bar":{"baz":"myNewKey"}}: 3 Deserialize to {"foo":"zoo","bar":{"baz":"myNewKey"}}:
4 PASS JSON.stringify(newObj) is JSON.stringify(obj) 4 PASS JSON.stringify(newObj) is JSON.stringify(obj)
5 PASS areValuesIdentical(newObj, obj) is true 5 PASS areValuesIdentical(newObj, obj) is true
6 Serialize {"foo":"zoo","bar":{"baz":"myNewKey"}}: 6 Serialize {"foo":"zoo","bar":{"baz":"myNewKey"}}:
7 PASS bufferView.length is expectedBufferValues.length 7 PASS bufferView.length is expectedBufferValues.length
8 8
9 Backwards compatibility with version 3 serialization. 9 Backwards compatibility with version 3 serialization.
10 10
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 Backwards compatibility with version 3 serialization. 145 Backwards compatibility with version 3 serialization.
146 146
147 Deserialize to -10: 147 Deserialize to -10:
148 PASS JSON.stringify(newObj) is JSON.stringify(obj) 148 PASS JSON.stringify(newObj) is JSON.stringify(obj)
149 PASS areValuesIdentical(newObj, obj) is true 149 PASS areValuesIdentical(newObj, obj) is true
150 PASS JSON.stringify(newObj) is JSON.stringify(obj) 150 PASS JSON.stringify(newObj) is JSON.stringify(obj)
151 PASS areValuesIdentical(newObj, obj) is true 151 PASS areValuesIdentical(newObj, obj) is true
152 Serialize -10: 152 Serialize -10:
153 PASS bufferView.length is expectedBufferValues.length 153 PASS bufferView.length is expectedBufferValues.length
154 154
155 Deserialize to 1073741824:
156 PASS JSON.stringify(newObj) is JSON.stringify(obj)
157 PASS areValuesIdentical(newObj, obj) is true
158 Serialize 1073741824:
159 PASS bufferView.length is expectedBufferValues.length
160
161 Backwards compatibility with version 3 serialization.
162
163 Deserialize to 1073741824:
164 PASS JSON.stringify(newObj) is JSON.stringify(obj)
165 PASS areValuesIdentical(newObj, obj) is true
166 PASS JSON.stringify(newObj) is JSON.stringify(obj)
167 PASS areValuesIdentical(newObj, obj) is true
168 Serialize 1073741824:
169 PASS bufferView.length is expectedBufferValues.length
170
171 Deserialize to 36028797018963970: 155 Deserialize to 36028797018963970:
172 PASS JSON.stringify(newObj) is JSON.stringify(obj) 156 PASS JSON.stringify(newObj) is JSON.stringify(obj)
173 PASS areValuesIdentical(newObj, obj) is true 157 PASS areValuesIdentical(newObj, obj) is true
174 Serialize 36028797018963970: 158 Serialize 36028797018963970:
175 PASS bufferView.length is expectedBufferValues.length 159 PASS bufferView.length is expectedBufferValues.length
176 160
177 Backwards compatibility with version 3 serialization. 161 Backwards compatibility with version 3 serialization.
178 162
179 Deserialize to 36028797018963970: 163 Deserialize to 36028797018963970:
180 PASS JSON.stringify(newObj) is JSON.stringify(obj) 164 PASS JSON.stringify(newObj) is JSON.stringify(obj)
(...skipping 12 matching lines...) Expand all
193 Backwards compatibility with version 3 serialization. 177 Backwards compatibility with version 3 serialization.
194 178
195 Deserialize to 1.23: 179 Deserialize to 1.23:
196 PASS JSON.stringify(newObj) is JSON.stringify(obj) 180 PASS JSON.stringify(newObj) is JSON.stringify(obj)
197 PASS areValuesIdentical(newObj, obj) is true 181 PASS areValuesIdentical(newObj, obj) is true
198 PASS JSON.stringify(newObj) is JSON.stringify(obj) 182 PASS JSON.stringify(newObj) is JSON.stringify(obj)
199 PASS areValuesIdentical(newObj, obj) is true 183 PASS areValuesIdentical(newObj, obj) is true
200 Serialize 1.23: 184 Serialize 1.23:
201 PASS bufferView.length is expectedBufferValues.length 185 PASS bufferView.length is expectedBufferValues.length
202 186
203 Deserialize to 2147483647:
204 PASS JSON.stringify(newObj) is JSON.stringify(obj)
205 PASS areValuesIdentical(newObj, obj) is true
206 Serialize 2147483647:
207 PASS bufferView.length is expectedBufferValues.length
208
209 Backwards compatibility with version 3 serialization.
210
211 Deserialize to 2147483647:
212 PASS JSON.stringify(newObj) is JSON.stringify(obj)
213 PASS areValuesIdentical(newObj, obj) is true
214 PASS JSON.stringify(newObj) is JSON.stringify(obj)
215 PASS areValuesIdentical(newObj, obj) is true
216 Serialize 2147483647:
217 PASS bufferView.length is expectedBufferValues.length
218
219 Deserialize to -2147483648:
220 PASS JSON.stringify(newObj) is JSON.stringify(obj)
221 PASS areValuesIdentical(newObj, obj) is true
222 Serialize -2147483648:
223 PASS bufferView.length is expectedBufferValues.length
224
225 Backwards compatibility with version 3 serialization.
226
227 Deserialize to -2147483648:
228 PASS JSON.stringify(newObj) is JSON.stringify(obj)
229 PASS areValuesIdentical(newObj, obj) is true
230 PASS JSON.stringify(newObj) is JSON.stringify(obj)
231 PASS areValuesIdentical(newObj, obj) is true
232 Serialize -2147483648:
233 PASS bufferView.length is expectedBufferValues.length
234
235 Deserialize to 2147483648: 187 Deserialize to 2147483648:
236 PASS JSON.stringify(newObj) is JSON.stringify(obj) 188 PASS JSON.stringify(newObj) is JSON.stringify(obj)
237 PASS areValuesIdentical(newObj, obj) is true 189 PASS areValuesIdentical(newObj, obj) is true
238 Serialize 2147483648: 190 Serialize 2147483648:
239 PASS bufferView.length is expectedBufferValues.length 191 PASS bufferView.length is expectedBufferValues.length
240 192
241 Backwards compatibility with version 3 serialization. 193 Backwards compatibility with version 3 serialization.
242 194
243 Deserialize to 2147483648: 195 Deserialize to 2147483648:
244 PASS JSON.stringify(newObj) is JSON.stringify(obj) 196 PASS JSON.stringify(newObj) is JSON.stringify(obj)
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 PASS self.fileContents1 is self.fileContents2 405 PASS self.fileContents1 is self.fileContents2
454 406
455 Files selected by the user in an <input type='file'> 407 Files selected by the user in an <input type='file'>
456 PASS areValuesIdentical(fileObj1, fileObj2) is true 408 PASS areValuesIdentical(fileObj1, fileObj2) is true
457 PASS areValuesIdentical(dictionaryWithFile1, dictionaryWithFile2) is true 409 PASS areValuesIdentical(dictionaryWithFile1, dictionaryWithFile2) is true
458 PASS self.fileContents1 is self.fileContents2 410 PASS self.fileContents1 is self.fileContents2
459 PASS successfullyParsed is true 411 PASS successfullyParsed is true
460 412
461 TEST COMPLETE 413 TEST COMPLETE
462 414
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698