diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 03:23:18 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 03:23:18 +0000 |
commit | 2bb8afef2ef6048ab7b2ef79344d1c5fa21ae035 (patch) | |
tree | b769ebea20a5dff4169a6676c8ebbc4850e0250c /webkit | |
parent | 30b890aad430b967b94f936487d46ab03d14800c (diff) | |
download | chromium_src-2bb8afef2ef6048ab7b2ef79344d1c5fa21ae035.zip chromium_src-2bb8afef2ef6048ab7b2ef79344d1c5fa21ae035.tar.gz chromium_src-2bb8afef2ef6048ab7b2ef79344d1c5fa21ae035.tar.bz2 |
Forgot some files.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt new file mode 100644 index 0000000..b8f0608 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt @@ -0,0 +1,22 @@ +This is a test to make sure localStorage mutations fire StorageEvents +Storage event fired: +Key - FOO +New Value - BAR +Old Value - null + +Storage event fired: +Key - FU +New Value - BAR +Old Value - null + +Storage event fired: +Key - FOO +New Value - null +Old Value - BAR + +Storage event fired: +Key - FU +New Value - null +Old Value - BAR + + |