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

Unified Diff: LayoutTests/storage/indexeddb/deleteIndex-bug110792-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/deleteIndex-bug110792-expected.txt
diff --git a/LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt b/LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt
index 28bda5a400757e5e67ae500fc1e639fe011b4d9f..15c91961d7faddf7e015ee11f94aaf158205d8ff 100644
--- a/LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt
+++ b/LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt
@@ -27,7 +27,7 @@ Expecting exception from store.index('index')
PASS Exception was thrown.
PASS code is DOMException.NOT_FOUND_ERR
PASS ename is 'NotFoundError'
-Exception message: The specified index was not found.
+Exception message: Failed to execute 'index' on 'IDBObjectStore': The specified index was not found.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698