Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/iframe-events-expected.txt |
=================================================================== |
--- webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/iframe-events-expected.txt (revision 0) |
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/iframe-events-expected.txt (revision 0) |
@@ -0,0 +1,77 @@ |
+This is the main frame of a 2-frame document. Each frame is in the same security origin and therefore shares the same localStorage object. As a result, each frame should receive a StorageEvent when either frame changes the localStorage object. |
+ |
+Main frame about to run setItem on localStorage... |
+Main Frame received StorageEvent: |
+Key - Main Frame |
+New Value - SET |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe received storage event: |
+Key - Main Frame |
+New Value - SET |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe about to change localStorage... |
+Main Frame received StorageEvent: |
+Key - Subframe |
+New Value - SET |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe received storage event: |
+Key - Subframe |
+New Value - SET |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Main frame about to run removeItem on localStorage... |
+Main Frame received StorageEvent: |
+Key - Main Frame |
+New Value - null |
+Old Value - SET |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe received storage event: |
+Key - Main Frame |
+New Value - null |
+Old Value - SET |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe about to change localStorage... |
+Main frame about to clear localStorage... |
+Main Frame received StorageEvent: |
+Key - |
+New Value - null |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe received storage event: |
+Key - |
+New Value - null |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe about to change localStorage... |
+Main Frame received StorageEvent: |
+Key - Subframe |
+New Value - SET |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
+ |
+Subframe received storage event: |
+Key - Subframe |
+New Value - SET |
+Old Value - null |
+URI - |
+Storage Area - This window's window.localStorage |
Property changes on: webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/iframe-events-expected.txt |
___________________________________________________________________ |
Name: svn:eol-style |
+ LF |