| 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 e41d978ddcc25a21a305c6d3af23cab3e3bc3d49..a5e14ae4b701903f7aae37f993012cd58c890409 100644
|
| --- a/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| +++ b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt
|
| @@ -69,12 +69,13 @@
|
| PASS dict.doubleOrStringMember is "foo"
|
| PASS dict.doubleOrStringMember is "[object Object]"
|
| PASS dict.doubleOrStringMember is ""
|
| -PASS dict.doubleOrStringMember is "null"
|
| +This FAIL is intentional
|
| +FAIL dict.doubleOrStringMember should be null (of type string). Was undefined (of type undefined).
|
| PASS dict.doubleOrStringMember is undefined.
|
|
|
| Test for explicit undefined or null, and missing members
|
| PASS dict.longMember is undefined.
|
| -PASS dict.longMemberWithDefault is 0
|
| +PASS dict.longMemberWithDefault is 42
|
| PASS dict.longOrNullMember is undefined.
|
| PASS dict.longOrNullMemberWithDefault is null
|
|
|
|
|