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

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

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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 | Annotate | Revision Log
OLDNEW
1 1
2 Deserialize to {"foo":"zoo","bar":{"baz":"myNewKey"}}: 2 Deserialize to {"foo":"zoo","bar":{"baz":"myNewKey"}}:
3 PASS JSON.stringify(newObj) is JSON.stringify(obj) 3 PASS JSON.stringify(newObj) is JSON.stringify(obj)
4 PASS areValuesIdentical(newObj, obj) is true 4 PASS areValuesIdentical(newObj, obj) is true
5 Serialize {"foo":"zoo","bar":{"baz":"myNewKey"}}: 5 Serialize {"foo":"zoo","bar":{"baz":"myNewKey"}}:
6 PASS bufferView.length is expectedBufferValues.length 6 PASS bufferView.length is expectedBufferValues.length
7 7
8 Deserialize to {"foo":"zoo","bar":"myNewKey"}: 8 Deserialize to {"foo":"zoo","bar":"myNewKey"}:
9 PASS JSON.stringify(newObj) is JSON.stringify(obj) 9 PASS JSON.stringify(newObj) is JSON.stringify(obj)
10 PASS areValuesIdentical(newObj, obj) is true 10 PASS areValuesIdentical(newObj, obj) is true
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 PASS areValuesIdentical(newObj, obj) is true 198 PASS areValuesIdentical(newObj, obj) is true
199 Serialize ["foo","bar"]: 199 Serialize ["foo","bar"]:
200 PASS bufferView.length is expectedBufferValues.length 200 PASS bufferView.length is expectedBufferValues.length
201 201
202 Serialize undefined: 202 Serialize undefined:
203 PASS thrownException.code is expectedException 203 PASS thrownException.code is expectedException
204 PASS successfullyParsed is true 204 PASS successfullyParsed is true
205 205
206 TEST COMPLETE 206 TEST COMPLETE
207 207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698