| Index: content/test/data/indexeddb/blobs_use_quota.html
|
| diff --git a/content/test/data/indexeddb/blobs_use_quota.html b/content/test/data/indexeddb/blobs_use_quota.html
|
| index cf0d427dcd3ba0e9eed3371fec2196c71e17ffb8..981890f9d59ade557e1d79a219ec886f006187ad 100644
|
| --- a/content/test/data/indexeddb/blobs_use_quota.html
|
| +++ b/content/test/data/indexeddb/blobs_use_quota.html
|
| @@ -13,7 +13,7 @@
|
| // Constants.
|
| var store_name = 'blobs_use_space';
|
| var blob_key = 'blob_key';
|
| -var blob_size = 20 * 1024 * 1024;
|
| +var blob_size = 4 * 1024 * 1024;
|
|
|
| // Shared variables.
|
| var db;
|
|
|