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

Side by Side Diff: LayoutTests/storage/domstorage/complex-keys-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 Test dom storage with many different types of keys (as opposed to values) 1 Test dom storage with many different types of keys (as opposed to values)
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Testing sessionStorage 6 Testing sessionStorage
7 storage.clear() 7 storage.clear()
8 PASS storage.length is 0 8 PASS storage.length is 0
9 9
10 PASS storage.getItem('FOO') is null 10 PASS storage.getItem('FOO') is null
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 PASS storage.getItem('length') is "0" 227 PASS storage.getItem('length') is "0"
228 storage.removeItem('length') 228 storage.removeItem('length')
229 PASS storage.length is 12 229 PASS storage.length is 12
230 PASS storage['length'] is 12 230 PASS storage['length'] is 12
231 PASS storage.getItem('length') is null 231 PASS storage.getItem('length') is null
232 storage.setItem('length', 0) 232 storage.setItem('length', 0)
233 PASS storage.length is 13 233 PASS storage.length is 13
234 PASS successfullyParsed is true 234 PASS successfullyParsed is true
235 235
236 TEST COMPLETE 236 TEST COMPLETE
237 PASS successfullyParsed is true
238
239 TEST COMPLETE
237 240
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698