| Index: LayoutTests/storage/indexeddb/get-keyrange-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/get-keyrange-expected.txt b/LayoutTests/storage/indexeddb/get-keyrange-expected.txt
|
| index 0b147fdb60d4d760653d3cb398de2c9e368c5743..9a7fde43894a54fcbcfa0b4f15b214b2045ac75f 100644
|
| --- a/LayoutTests/storage/indexeddb/get-keyrange-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/get-keyrange-expected.txt
|
| @@ -41,6 +41,7 @@ Expecting exception from objectStore.get(null)
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: No key or key range specified.
|
| runIndexStoreTests()
|
| index.get(IDBKeyRange.only(3))
|
| PASS result.x is 3
|
| @@ -62,6 +63,7 @@ Expecting exception from index.get(null)
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: No key or key range specified.
|
| runIndexKeyTests()
|
| index.getKey(IDBKeyRange.only(3))
|
| PASS result is 3
|
| @@ -83,6 +85,7 @@ Expecting exception from index.getKey(null)
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: No key or key range specified.
|
| finishJSTest()
|
| PASS successfullyParsed is true
|
|
|
|
|