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

Unified Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt

Issue 338066: Oops...forgot the mac baseline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt (revision 0)
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt (revision 0)
@@ -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 (){}
Property changes on: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/storage/domstorage/localstorage/string-conversion-expected.txt
___________________________________________________________________
Name: svn:eol-style
+ LF
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698