repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
storage
/
domstorage
/
sessionstorage
/
simple-usage-expected.txt
blob
399fd0855901896262e38204d501407f11ea1905
1
This test trys simple operations on SessionStorage
2
Length is 0
3
Value for FOO is null
4
Length is 1
5
Value for FOO is BAR
6
Key for index 0 is FOO
7
Key for index 1 is null
8
Key for index -1 is null
9
Length is 1
10
Value for FOO is BAZ
11
Length is 0
12
Value for FOO is null
13