| Index: LayoutTests/fast/dom/Comment/comment-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Comment/comment-constructor-expected.txt b/LayoutTests/fast/dom/Comment/comment-constructor-expected.txt
|
| index 88a864a037d9bc25ee9cb2ebf8b4cbb18c94ae84..e8daa4d4b75e45a69274dab2c7a15986c5ce7453 100644
|
| --- a/LayoutTests/fast/dom/Comment/comment-constructor-expected.txt
|
| +++ b/LayoutTests/fast/dom/Comment/comment-constructor-expected.txt
|
| @@ -5,8 +5,6 @@
|
|
|
| PASS new Comment("one").data is "one"
|
| PASS new Comment().data is ""
|
| -PASS new Comment(undefined).data is ""
|
| -PASS new Comment(null).data is "null"
|
| PASS new Comment("two").ownerDocument is document
|
| PASS typeof new Comment is "object"
|
| PASS Object.prototype.toString.call(new Comment) is "[object Comment]"
|
|
|