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

Unified Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/simple-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-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

Powered by Google App Engine
This is Rietveld 408576698