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

Unified Diff: LayoutTests/fast/dom/idl-dictionary-unittest.html

Issue 508073002: IDL: Add PropertyBag class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « no previous file | Source/bindings/core/v8/PropertyBag.h » ('j') | Source/bindings/core/v8/PropertyBag.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/idl-dictionary-unittest.html
diff --git a/LayoutTests/fast/dom/idl-dictionary-unittest.html b/LayoutTests/fast/dom/idl-dictionary-unittest.html
index b71e1865db3b9e98936a1a8d48df6a4150be2524..178780c5773d6f44041ddefe6f4fd08f07031b5f 100644
--- a/LayoutTests/fast/dom/idl-dictionary-unittest.html
+++ b/LayoutTests/fast/dom/idl-dictionary-unittest.html
@@ -38,10 +38,7 @@ if (window.internals && internals.dictionaryTest) {
shouldBe('dict.stringSequenceMember', '["foo", "bar", "baz"]');
debug('');
- // FIXME: Following test doesn't pass. Make it pass.
-/*
debug('Test for explicit undefined or null, and missing members');
- dictionaryTest.reset();
dictionaryTest.set({longMember: undefined, stringMember: undefined,
booleanOrNullMember: null});
haraken 2014/08/27 16:07:43 Shall we add a test case to pass undefined to bool
bashi 2014/08/29 05:21:16 Done.
dict = dictionaryTest.get();
@@ -51,7 +48,6 @@ if (window.internals && internals.dictionaryTest) {
shouldBeUndefined('dict.doubleOrNullMember');
shouldBeUndefined('dict.stringSequenceMember');
debug('');
-*/
debug('Test for setting invalid member');
dictionaryTest.set({invalidMember: 'shouldNotBeSet'});
« no previous file with comments | « no previous file | Source/bindings/core/v8/PropertyBag.h » ('j') | Source/bindings/core/v8/PropertyBag.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698