summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt')
-rw-r--r--LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt b/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt
new file mode 100644
index 0000000..81ca1fa
--- /dev/null
+++ b/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt
@@ -0,0 +1,15 @@
+This test case verifies that local storage only stores strings.
+Length is 0
+Testing implicit setters
+Type/value for null is string/null
+Type/value for 0 is string/0
+Type/value for function(){} is string/function () {}
+Testing explicit setters
+Type/value for null is string/null
+Type/value for 0 is string/0
+Type/value for function(){} is string/function () {}
+Testing index setters
+Type/value for null is string/null
+Type/value for 0 is string/0
+Type/value for function(){} is string/function () {}
+