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