summaryrefslogtreecommitdiffstats
path: root/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index b8f0608..0000000
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/storage/domstorage/localstorage/simple-events-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-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
-
-