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

Unified Diff: LayoutTests/storage/indexeddb/resources/intversion-bad-parameters.js

Issue 337343002: IDL: make optional arguments (without default) explicit sometimes Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-default-arguments-next
Patch Set: Created 6 years, 4 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/resources/intversion-bad-parameters.js
diff --git a/LayoutTests/storage/indexeddb/resources/intversion-bad-parameters.js b/LayoutTests/storage/indexeddb/resources/intversion-bad-parameters.js
index cd3a7624cc739ba6b588a8de31f4ea807c761166..cafcb83cc39f51d01983139097e23b12aea60542 100644
--- a/LayoutTests/storage/indexeddb/resources/intversion-bad-parameters.js
+++ b/LayoutTests/storage/indexeddb/resources/intversion-bad-parameters.js
@@ -26,7 +26,6 @@ function deleteSuccess(evt) {
evalAndExpectExceptionClass("indexedDB.open(dbname, -1)", "TypeError");
evalAndExpectExceptionClass("indexedDB.open(dbname, 0x20000000000000)", "TypeError");
evalAndExpectExceptionClass("indexedDB.open(dbname, null)", "TypeError");
- evalAndExpectExceptionClass("indexedDB.open(dbname, undefined)", "TypeError");
finishJSTest();
}
« no previous file with comments | « LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt ('k') | Source/bindings/IDLExtendedAttributes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698