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 2effaecb3add3d8cd97dedf0012c5587426a51c9..f5217cdbf4a8bb7b2998db76124f4b37728daa2a 100644 |
--- a/LayoutTests/fast/dom/Text/text-constructor-expected.txt |
+++ b/LayoutTests/fast/dom/Text/text-constructor-expected.txt |
@@ -5,8 +5,6 @@ |
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]" |