| Index: LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt b/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
|
| index 451081ca2eb966aa5566687ba582bec27a73761d..6bfcb8f0e7f5fd241805269e4a5e21e39d213d3a 100644
|
| --- a/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
|
| @@ -71,7 +71,7 @@ PASS [Worker] event.target.result is "key2"
|
| [Worker] Verify that specifying an invalid direction raises an exception:
|
| [Worker] Expecting TypeError exception from indexObject.openKeyCursor(0, 'invalid-direction')
|
| PASS [Worker] Exception was thrown.
|
| -PASS [Worker] indexObject.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBIndex': parameter 2 ('invalid-direction') is not a valid enum value.
|
| +PASS [Worker] indexObject.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBIndex': The provided value 'invalid-direction' is not a valid enum value.
|
| [Worker]
|
| [Worker] indexObject.openKeyCursor()
|
| PASS [Worker] event.target.source is indexObject
|
| @@ -96,7 +96,7 @@ PASS [Worker] event.target.result is null
|
| [Worker] Verify that specifying an invalid direction raises an exception:
|
| [Worker] Expecting TypeError exception from indexObject.openCursor(0, 'invalid-direction')
|
| PASS [Worker] Exception was thrown.
|
| -PASS [Worker] indexObject.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBIndex': parameter 2 ('invalid-direction') is not a valid enum value.
|
| +PASS [Worker] indexObject.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBIndex': The provided value 'invalid-direction' is not a valid enum value.
|
| [Worker]
|
| [Worker] indexObject.openCursor()
|
| PASS [Worker] event.target.source is indexObject
|
|
|