Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/iframe-events-expected.txt

Issue 347007: Add some more new baselines since we don't yet support the URL in storage eve... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698