Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt |
=================================================================== |
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt (revision 0) |
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt (revision 0) |
@@ -0,0 +1,20 @@ |
+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 |
Property changes on: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt |
___________________________________________________________________ |
Name: svn:eol-style |
+ LF |