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

Unified Diff: LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt

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/intversion-bad-parameters-expected.txt
diff --git a/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt b/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
index 82b00cec02d840590ab5787222d3ebb199e257a1..2f69ad69085f868268ba6394f77a47955e665439 100644
--- a/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
+++ b/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
@@ -36,9 +36,6 @@ PASS indexedDB.open(dbname, 0x20000000000000) threw TypeError: Failed to execute
Expecting TypeError exception from indexedDB.open(dbname, null)
PASS Exception was thrown.
PASS indexedDB.open(dbname, null) threw TypeError: Failed to execute 'open' on 'IDBFactory': The version provided must not be 0.
-Expecting TypeError exception from indexedDB.open(dbname, undefined)
-PASS Exception was thrown.
-PASS indexedDB.open(dbname, undefined) threw TypeError: Failed to execute 'open' on 'IDBFactory': Value is not of type 'unsigned long long'.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698