| Index: LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt b/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt
|
| index 58180e0f955a58dd064ee8085ce2fdf0895a1267..07f4c61d63cc9022352aead102962d2df3ea811b 100644
|
| --- a/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt
|
| +++ b/LayoutTests/fast/dom/DocumentType/previous-element-sibling-expected.txt
|
| @@ -1,10 +1,9 @@
|
| -This tests the ChildNode interface previousElementSibling property on a DocumentType node.
|
| +This tests the NonDocumentTypeChildNode interface previousElementSibling property on a DocumentType node.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS doctype.previousElementSibling is null
|
| -PASS doctype.previousElementSibling is null
|
| +PASS doctype.previousElementSibling is undefined.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|