| Index: content/test/data/indexeddb/corrupted_open_db_detection.html
|
| diff --git a/content/test/data/indexeddb/corrupted_open_db_detection.html b/content/test/data/indexeddb/corrupted_open_db_detection.html
|
| index 12021fb8e81a35d662677c9880a6869710b70614..d642d8182541fa4ed96d4878b837c5675304fffd 100644
|
| --- a/content/test/data/indexeddb/corrupted_open_db_detection.html
|
| +++ b/content/test/data/indexeddb/corrupted_open_db_detection.html
|
| @@ -118,6 +118,15 @@ var tests = {
|
| request.onerror = requestError;
|
| });
|
| },
|
| + getAll: function() {
|
| + testXhr("/corrupt/test/fail?class=LevelDBTransaction&method=Get&instNum=1",
|
| + function() {
|
| + tests.testCommon('readonly');
|
| + request = objectStore.getAll('key-0');
|
| + request.onsuccess = unexpectedSuccessCallback;
|
| + request.onerror = requestError;
|
| + });
|
| + },
|
| failTransactionCommit: function() {
|
| tests.testCommon('readwrite');
|
| db.onclose = function(event) {
|
|
|