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 4588c4d955e782a5bb4a2b68c9df51ef39c076cf..26138dd6e3fb5b401304ae3283cf95596ea48174 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: Type error |
+PASS db.transaction(['storeName'], 'lsakjdf') threw TypeError: Failed to execute 'transaction' on 'IDBDatabase': The mode provided ('lsakjdf') is not one of 'readonly' or 'readwrite'. |
Test that null and undefined are treated as strings |
Expecting exception from db.transaction(null) |