| Index: LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt b/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| index 82b00cec02d840590ab5787222d3ebb199e257a1..2f69ad69085f868268ba6394f77a47955e665439 100644
|
| --- a/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| @@ -36,9 +36,6 @@ PASS indexedDB.open(dbname, 0x20000000000000) threw TypeError: Failed to execute
|
| Expecting TypeError exception from indexedDB.open(dbname, null)
|
| PASS Exception was thrown.
|
| PASS indexedDB.open(dbname, null) threw TypeError: Failed to execute 'open' on 'IDBFactory': The version provided must not be 0.
|
| -Expecting TypeError exception from indexedDB.open(dbname, undefined)
|
| -PASS Exception was thrown.
|
| -PASS indexedDB.open(dbname, undefined) threw TypeError: Failed to execute 'open' on 'IDBFactory': Value is not of type 'unsigned long long'.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|