| 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 176a2c6eff69bdb0926d8b4cfaa4e4b0d41c8156..31461ba5ab5a6bedf2309ee3c74dd39093ed1fab 100644
|
| --- a/LayoutTests/storage/indexeddb/index-basics-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/index-basics-expected.txt
|
| @@ -70,7 +70,7 @@ PASS event.target.result is "key2"
|
| Verify that specifying an invalid direction raises an exception:
|
| Expecting TypeError exception from indexObject.openKeyCursor(0, 'invalid-direction')
|
| PASS Exception was thrown.
|
| -PASS indexObject.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBIndex': parameter 2 ('invalid-direction') is not a valid enum value.
|
| +PASS indexObject.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBIndex': The provided value 'invalid-direction' is not a valid enum value.
|
|
|
| indexObject.openKeyCursor()
|
| PASS event.target.source is indexObject
|
| @@ -95,7 +95,7 @@ PASS event.target.result is null
|
| Verify that specifying an invalid direction raises an exception:
|
| Expecting TypeError exception from indexObject.openCursor(0, 'invalid-direction')
|
| PASS Exception was thrown.
|
| -PASS indexObject.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBIndex': parameter 2 ('invalid-direction') is not a valid enum value.
|
| +PASS indexObject.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBIndex': The provided value 'invalid-direction' is not a valid enum value.
|
|
|
| indexObject.openCursor()
|
| PASS event.target.source is indexObject
|
|
|