| 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 c7d57bb2bda873304f35cf804cf871a8338c0f4b..267f2aad4a3d1c3deced9090d7286e7f5da70c5a 100644
|
| --- a/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
|
| @@ -70,7 +70,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: Type error
|
| +PASS [Worker] indexObject.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBIndex': The direction provided ('invalid-direction') is not one of 'next', 'nextunique', 'prev', or 'prevunique'.
|
| [Worker]
|
| [Worker] indexObject.openKeyCursor()
|
| PASS [Worker] event.target.source is indexObject
|
| @@ -95,7 +95,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: Type error
|
| +PASS [Worker] indexObject.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBIndex': The direction provided ('invalid-direction') is not one of 'next', 'nextunique', 'prev', or 'prevunique'.
|
| [Worker]
|
| [Worker] indexObject.openCursor()
|
| PASS [Worker] event.target.source is indexObject
|
|
|