| Index: LayoutTests/storage/indexeddb/objectstore-count-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/objectstore-count-expected.txt b/LayoutTests/storage/indexeddb/objectstore-count-expected.txt
|
| index 3eaca32e960a9cc5c41c4793a0a28c7e1c7ff495..03f987bffd616e5fb9c6d68edb11d30349a1d3f4 100644
|
| --- a/LayoutTests/storage/indexeddb/objectstore-count-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/objectstore-count-expected.txt
|
| @@ -80,14 +80,17 @@ Expecting exception from store.count(NaN)
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: The parameter is not a valid key.
|
| Expecting exception from store.count({})
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: The parameter is not a valid key.
|
| Expecting exception from store.count(/regex/)
|
| PASS Exception was thrown.
|
| PASS code is 0
|
| PASS ename is 'DataError'
|
| +Exception message: The parameter is not a valid key.
|
|
|
| test = {"key":0,"expected":1}
|
| request = store.count(test.key)
|
|
|