| Index: LayoutTests/storage/indexeddb/transaction-basics-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/transaction-basics-expected.txt b/LayoutTests/storage/indexeddb/transaction-basics-expected.txt
|
| index c0b0f7ac240a2b22df7ed95a32a9b19d09e560ad..d4077bfe5a713ab33c0a25487e81ab1326416123 100644
|
| --- a/LayoutTests/storage/indexeddb/transaction-basics-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/transaction-basics-expected.txt
|
| @@ -230,7 +230,7 @@ PASS all stores present in transaction
|
| Verify that specifying an invalid mode raises an exception
|
| Expecting TypeError exception from db.transaction(['storeName'], 'lsakjdf')
|
| PASS Exception was thrown.
|
| -PASS db.transaction(['storeName'], 'lsakjdf') threw TypeError: Failed to execute 'transaction' on 'IDBDatabase': parameter 2 ('lsakjdf') is not a valid enum value.
|
| +PASS db.transaction(['storeName'], 'lsakjdf') threw TypeError: Failed to execute 'transaction' on 'IDBDatabase': The provided value 'lsakjdf' is not a valid enum value.
|
|
|
| Test that null and undefined are treated as strings
|
| Expecting exception from db.transaction(null)
|
|
|