| Index: third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| index fcba1b69794bb42b6f490fe652d0297dd7ad42d3..4275667115560a9659e89f61f26fb9d83a9ef667 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| @@ -146,8 +146,8 @@ PASS properties.foo is "x"
|
| PASS properties.bar is "y"
|
| PASS properties.baz is undefined.
|
| PASS properties is {}
|
| -PASS dictionaryTest.set({dictionaryMember: 42}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': member dictionaryMember is not an object..
|
| -PASS dictionaryTest.set({dictionaryMember: 'foo'}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': member dictionaryMember is not an object..
|
| +PASS dictionaryTest.set({dictionaryMember: 42}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': The dictionary provided is neither undefined, null nor an Object..
|
| +PASS dictionaryTest.set({dictionaryMember: 'foo'}) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': The dictionary provided is neither undefined, null nor an Object..
|
|
|
| Test for derived dictionary
|
| PASS derived.longMember is undefined.
|
|
|