| Index: LayoutTests/storage/indexeddb/resources/transaction-basics.js
|
| diff --git a/LayoutTests/storage/indexeddb/resources/transaction-basics.js b/LayoutTests/storage/indexeddb/resources/transaction-basics.js
|
| index 3834165fd1289cb63c70aa8e1d32ed238848e7ab..b2358d64839edc31e49f8a1e50fea1ea4c1dcce0 100644
|
| --- a/LayoutTests/storage/indexeddb/resources/transaction-basics.js
|
| +++ b/LayoutTests/storage/indexeddb/resources/transaction-basics.js
|
| @@ -39,6 +39,7 @@ function addRemoveIDBObjects()
|
|
|
| function testSetVersionAbort2()
|
| {
|
| + expectError();
|
| debug("");
|
| debug("testSetVersionAbort2():");
|
| checkMetadataEmpty();
|
| @@ -70,6 +71,7 @@ function addRemoveAddIDBObjects()
|
|
|
| function testSetVersionAbort3()
|
| {
|
| + expectError();
|
| debug("");
|
| debug("testSetVersionAbort3():");
|
| shouldBeFalse("event.cancelable");
|
| @@ -116,6 +118,7 @@ function testInactiveAbortedTransaction()
|
|
|
| function testSetVersionAbort4()
|
| {
|
| + expectError();
|
| debug("");
|
| debug("testSetVersionAbort4():");
|
| checkMetadataEmpty();
|
| @@ -159,6 +162,7 @@ function testInactiveCompletedTransaction()
|
|
|
| function testSetVersionAbort5()
|
| {
|
| + expectError();
|
| debug("");
|
| debug("testSetVersionAbort5():");
|
| checkMetadataExistingObjectStore();
|
|
|