| Index: LayoutTests/storage/indexeddb/index-basics-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/index-basics-expected.txt b/LayoutTests/storage/indexeddb/index-basics-expected.txt
|
| index 5d160193076bc40b6baa7f52f85377e970794347..fb1c798e0ecf104103ffdf8eb0b5e5798e3e2f91 100644
|
| --- a/LayoutTests/storage/indexeddb/index-basics-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/index-basics-expected.txt
|
| @@ -130,11 +130,13 @@ Expecting exception from indexObject.get({})
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: The parameter is not a valid key.
|
| Passing an invalid key into indexObject.getKey({}).
|
| Expecting exception from indexObject.getKey({})
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: The parameter is not a valid key.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|