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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/removed-expected.txt
diff --git a/LayoutTests/storage/indexeddb/removed-expected.txt b/LayoutTests/storage/indexeddb/removed-expected.txt
index 081b9389600eb4f03e4c67912e11a375f9d426d3..b72d0cad26e3a5da2260857b6f80cd8af7803e58 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 Error: NotSupportedError: DOM Exception 9.
+PASS document.createEvent('IDBUpgradeNeededEvent') threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
PASS 'version' in document.createEvent('IDBVersionChangeEvent') is false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698