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

Unified Diff: LayoutTests/storage/indexeddb/index-basics-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/index-basics-expected.txt
diff --git a/LayoutTests/storage/indexeddb/index-basics-expected.txt b/LayoutTests/storage/indexeddb/index-basics-expected.txt
index 5d160193076bc40b6baa7f52f85377e970794347..fb1c798e0ecf104103ffdf8eb0b5e5798e3e2f91 100644
--- a/LayoutTests/storage/indexeddb/index-basics-expected.txt
+++ b/LayoutTests/storage/indexeddb/index-basics-expected.txt
@@ -130,11 +130,13 @@ Expecting exception from indexObject.get({})
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
+Exception message: The parameter is not a valid key.
Passing an invalid key into indexObject.getKey({}).
Expecting exception from indexObject.getKey({})
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
+Exception message: The parameter is not a valid key.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698