Index: LayoutTests/fast/dom/Text/text-constructor-expected.txt |
diff --git a/LayoutTests/fast/dom/Text/text-constructor-expected.txt b/LayoutTests/fast/dom/Text/text-constructor-expected.txt |
index f5217cdbf4a8bb7b2998db76124f4b37728daa2a..2effaecb3add3d8cd97dedf0012c5587426a51c9 100644 |
--- a/LayoutTests/fast/dom/Text/text-constructor-expected.txt |
+++ b/LayoutTests/fast/dom/Text/text-constructor-expected.txt |
@@ -5,6 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS new Text("one").data is "one" |
PASS new Text().data is "" |
+PASS new Text(undefined).data is "" |
+PASS new Text(null).data is "null" |
PASS new Text("two").ownerDocument is document |
PASS typeof new Text is "object" |
PASS Object.prototype.toString.call(new Text) is "[object Text]" |