Chromium Code Reviews| Index: LayoutTests/storage/indexeddb/exceptions-expected.txt |
| diff --git a/LayoutTests/storage/indexeddb/exceptions-expected.txt b/LayoutTests/storage/indexeddb/exceptions-expected.txt |
| index d44b128f2c9fff4aa2d6aca0e0a6fea2df5ea3a4..da0b2c03aa1bfdee923ac787f779e45a7208af11 100644 |
| --- a/LayoutTests/storage/indexeddb/exceptions-expected.txt |
| +++ b/LayoutTests/storage/indexeddb/exceptions-expected.txt |
| @@ -272,7 +272,7 @@ Exception message: Failed to execute 'openCursor' on 'IDBObjectStore': The trans |
| The value for the direction parameter is invalid. |
| Expecting TypeError exception from store.openCursor(0, 'invalid-direction') |
| PASS Exception was thrown. |
| -PASS store.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBObjectStore': The direction provided ('invalid-direction') is not one of 'next', 'nextunique', 'prev', or 'prevunique'. |
| +PASS store.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBObjectStore': The provided value 'invalid-direction' is not a valid enum value of type IDBCursorDirection. |
|
jsbell
2015/06/02 19:01:07
Message is less helpful, but this is what we do fo
|
| IDBObjectStore.openKeyCursor() |
| If the range parameter is specified but is not a valid key or a key range, this method throws a DOMException of type DataError. |