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

Unified Diff: LayoutTests/storage/indexeddb/removed-expected.txt

Issue 98543011: Improve Document exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Node. Created 6 years, 11 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
« no previous file with comments | « LayoutTests/fast/frames/adopt-object-into-itself-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/storage/indexeddb/removed-expected.txt
diff --git a/LayoutTests/storage/indexeddb/removed-expected.txt b/LayoutTests/storage/indexeddb/removed-expected.txt
index b72d0cad26e3a5da2260857b6f80cd8af7803e58..575a543908d953a6f27622d05af150567aa9db6c 100644
--- a/LayoutTests/storage/indexeddb/removed-expected.txt
+++ b/LayoutTests/storage/indexeddb/removed-expected.txt
@@ -10,7 +10,7 @@ PASS self.webkitIDBDatabaseError is undefined.
PASS 'IDBDatabaseException' in self is false
PASS 'errorCode' in indexedDB.open(dbname) is false
PASS 'setVersion' in IDBDatabase.prototype is false
-PASS document.createEvent('IDBUpgradeNeededEvent') threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS document.createEvent('IDBUpgradeNeededEvent') threw exception NotSupportedError: Failed to execute 'createEvent' on 'Document': The provided event type ('IDBUpgradeNeededEvent') is invalid..
PASS 'version' in document.createEvent('IDBVersionChangeEvent') is false
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/frames/adopt-object-into-itself-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698