| Index: LayoutTests/storage/indexeddb/createObjectStore-name-argument-required-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/createObjectStore-name-argument-required-expected.txt b/LayoutTests/storage/indexeddb/createObjectStore-name-argument-required-expected.txt
|
| index 7ede95648b4a80179f8084a5253a4c792daa4ebe..10b05d836691f67c0d4feae9111f99fedd97ce22 100644
|
| --- a/LayoutTests/storage/indexeddb/createObjectStore-name-argument-required-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/createObjectStore-name-argument-required-expected.txt
|
| @@ -9,7 +9,7 @@ dbname = "createObjectStore-name-argument-required.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
| db = event.target.result
|
| -PASS db.createObjectStore(); threw exception TypeError: Not enough arguments.
|
| +PASS db.createObjectStore(); threw exception TypeError: Failed to execute 'createObjectStore' on 'IDBDatabase': 1 argument required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|