summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/domstorage/localstorage/window-open-expected.txt
blob: 9a53f2609b4eab35a78737367d02012e367cfa54 (plain)
1
2
3
4
5
6
7
8
This is a test to make sure the localStorage object for multiple windows in the same security origin share the same global storage area.
Value for FOO is BAR
Logging from second window:
Value for FOO is BAR
Value for FOO after changing my own copy is BAR-NEWWINDOW
Value for FOO in my opening window is BAR-NEWWINDOW