diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt | 14 |
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 (){} |