| Index: LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/exceptions-expected.txt b/LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| index 1b24ecd5043c612f530ac0633e519d96e374055b..a4b76b3d9112255a17ed7c253654953072c046a5 100644
|
| --- a/LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/exceptions-expected.txt
|
| @@ -445,7 +445,7 @@ Calling this method more than once before new cursor data has been loaded is not
|
| If the value for count is 0 (zero) or a negative number, this method must throw a JavaScript TypeError exception.
|
| Expecting TypeError exception from cursor.advance(0)
|
| PASS Exception was thrown.
|
| -PASS cursor.advance(0) threw TypeError: Type error
|
| +PASS cursor.advance(0) threw TypeError: Failed to execute 'advance' on 'IDBCursor': A count argument with value 0 (zero) was supplied, must be greater than 0.
|
| cursor.advance(1)
|
| Expecting exception from cursor.advance(1)
|
| PASS Exception was thrown.
|
|
|