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

Unified Diff: LayoutTests/storage/indexeddb/get-keyrange-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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/get-keyrange-expected.txt
diff --git a/LayoutTests/storage/indexeddb/get-keyrange-expected.txt b/LayoutTests/storage/indexeddb/get-keyrange-expected.txt
index 9a7fde43894a54fcbcfa0b4f15b214b2045ac75f..4b93d90829037365b66ab2944f639030d4f00dcd 100644
--- a/LayoutTests/storage/indexeddb/get-keyrange-expected.txt
+++ b/LayoutTests/storage/indexeddb/get-keyrange-expected.txt
@@ -41,7 +41,7 @@ Expecting exception from objectStore.get(null)
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: No key or key range specified.
+Exception message: Failed to execute 'get' on 'IDBObjectStore': No key or key range specified.
runIndexStoreTests()
index.get(IDBKeyRange.only(3))
PASS result.x is 3
@@ -63,7 +63,7 @@ Expecting exception from index.get(null)
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: No key or key range specified.
+Exception message: Failed to execute 'get' on 'IDBIndex': No key or key range specified.
runIndexKeyTests()
index.getKey(IDBKeyRange.only(3))
PASS result is 3
@@ -85,7 +85,7 @@ Expecting exception from index.getKey(null)
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: No key or key range specified.
+Exception message: Failed to execute 'getKey' on 'IDBIndex': No key or key range specified.
finishJSTest()
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/storage/indexeddb/factory-cmp-expected.txt ('k') | LayoutTests/storage/indexeddb/index-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698