| Index: content/test/data/dom_storage/sanity_check.js
|
| diff --git a/content/test/data/dom_storage/sanity_check.js b/content/test/data/dom_storage/sanity_check.js
|
| index cbfb4a9a7119e95643c95f66cd1b14e52e750b83..c41e49306c8e076d075c7b8d168c013b877b39b2 100644
|
| --- a/content/test/data/dom_storage/sanity_check.js
|
| +++ b/content/test/data/dom_storage/sanity_check.js
|
| @@ -19,6 +19,10 @@ function test() {
|
| }
|
|
|
| function sanityCheck(storage) {
|
| + storage["preload"] = "done";
|
| + checkEqual("done", storage["preload"],
|
| + "storage['preload'] != 'done' after addition");
|
| +
|
| storage.clear();
|
|
|
| checkEqual(0, storage.length,
|
|
|