| Index: webkit/data/dom_storage/README.txt
|
| diff --git a/webkit/data/dom_storage/README.txt b/webkit/data/dom_storage/README.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7c6c271e67ea2f11c9298ab9e5923043891bfbdc
|
| --- /dev/null
|
| +++ b/webkit/data/dom_storage/README.txt
|
| @@ -0,0 +1,7 @@
|
| +webcore_test_database.localstorage - This is a sample local storage database
|
| + generated by Chromium 17.0.963.38 beta (using the WebCore DOM Storage
|
| + backend). It is used in webkit/dom_storage/dom_storage_database_unittest.cc
|
| + to verify that the Chromium backend can read a WebCore generated database.
|
| +not_a_database.localstorage - This is definitely not a SQLite database. Used
|
| + by dom_storage_database_unittest.cc to verify that DomStorageDatabase can
|
| + handle the case we attempt to open a corrupted or invalid database file.
|
|
|