| Index: third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| index fc9ced5cdeed48f585e9e405b63c52613667f9e0..08bcb7c48a198a25d07338bff00c2ed8a1be1c5b 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
|
| @@ -34,9 +34,7 @@ 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 indexedDB.open(dbname, undefined) did not throw exception.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|