summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 18:44:08 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 18:44:08 +0000
commitbbe28b10274e20bf0d86980738aa8cdb0fb78dcf (patch)
tree94b22cf98c934a52e419ffde40ef0983d1c88145 /webkit
parentc3695f52f73e58926df35ba2c682701045d2672b (diff)
downloadchromium_src-bbe28b10274e20bf0d86980738aa8cdb0fb78dcf.zip
chromium_src-bbe28b10274e20bf0d86980738aa8cdb0fb78dcf.tar.gz
chromium_src-bbe28b10274e20bf0d86980738aa8cdb0fb78dcf.tar.bz2
Oops...forgot the mac baseline.
TBR=japhet BUG=none TEST=none Review URL: http://codereview.chromium.org/338066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30364 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt
new file mode 100644
index 0000000..637a6a2
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt
@@ -0,0 +1,14 @@
+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 (){}