| Index: LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| diff --git a/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| index 02da732d7eeefd7fd33fc9092c682a7b0f0041db..0275ec537705601e4860ea5b045f303d8a824446 100644
|
| --- a/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| +++ b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| @@ -63,6 +63,10 @@ PASS dict.invalidMember is undefined.
|
| Test for setting invalid enum value
|
| PASS dictionaryTest.set({enumMember: 'invalid'}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': member enumMember ('invalid') is not a valid enum value..
|
|
|
| +Test for passing invalid dictionary values
|
| +PASS dictionaryTest.set(42) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': parameter 1 ('testingDictionary') is not an object..
|
| +PASS dictionaryTest.set('string') threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': parameter 1 ('testingDictionary') is not an object..
|
| +
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|