Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt

Issue 19107003: IndexedDB: Log exception messages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt
diff --git a/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt b/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt
index 09f54d07b47941ce451c89c0bac1b77743ffc556..8b185f13c3c908bda23f3dbb80e0aa1b02f0b14a 100644
--- a/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt
+++ b/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt
@@ -30,6 +30,7 @@ Expecting exception from cursor.continue(-1)
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
+Exception message: The parameter is less than or equal to this cursor's position.
request = store.openCursor(IDBKeyRange.bound(-Infinity, Infinity), 'prev')
cursor = request.result
PASS cursor is non-null.
@@ -39,6 +40,7 @@ Expecting exception from cursor.continue(11)
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
+Exception message: The parameter is greater than or equal to this cursor's position.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698