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

Unified Diff: LayoutTests/storage/indexeddb/index-basics-workers-expected.txt

Issue 152413005: IDL: allow optional values to be undefined in overload resolution (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/index-basics-workers-expected.txt
diff --git a/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt b/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
index c13df00ae3406cb7d07bf893fa3fd4d9ecadba12..15e12203c244aa4579977f92d72211be8d156ebc 100644
--- a/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
+++ b/LayoutTests/storage/indexeddb/index-basics-workers-expected.txt
@@ -15,6 +15,7 @@ Starting worker: resources/index-basics.js
[Worker] store.createIndex('indexName', 'x')
[Worker] store.createIndex('indexName2', 'y', {unique: false})
[Worker] store.createIndex('zIndex', 'z', {unique: true})
+PASS [Worker] store.createIndex('index4', 'path', undefined) did not throw exception.
PASS [Worker] indexObject2.unique is false
PASS [Worker] indexObject3.unique is true
[Worker] Expecting TypeError exception from store.createIndex('failureIndex', 'zzz', true)
« no previous file with comments | « LayoutTests/storage/indexeddb/index-basics-expected.txt ('k') | LayoutTests/storage/indexeddb/resources/index-basics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698