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

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

Issue 1476863003: bindings: Ignores the last undefined arguments when counting the args. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed a review comment. Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
index fc9ced5cdeed48f585e9e405b63c52613667f9e0..08bcb7c48a198a25d07338bff00c2ed8a1be1c5b 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt
@@ -34,9 +34,7 @@ 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 indexedDB.open(dbname, undefined) did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698