Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / domstorage / localstorage / window-open-expected.txt
blob9a53f2609b4eab35a78737367d02012e367cfa54
1 This is a test to make sure the localStorage object for multiple windows in the same security origin share the same global storage area.
2 Value for FOO is BAR
3 Logging from second window:
4 Value for FOO is BAR
5 Value for FOO after changing my own copy is BAR-NEWWINDOW
6 Value for FOO in my opening window is BAR-NEWWINDOW