| Index: LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt
|
| diff --git a/LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt b/LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt
|
| index ec70ac0b89997f1acd099b8fbb34e9004f176fc9..95e892976f6b961b218aa0282a8964959f29bf66 100644
|
| --- a/LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt
|
| +++ b/LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt
|
| @@ -1,2 +1,2 @@
|
| -This tests XMLSerializer.serializeToString() on a DocumentType node that does not have a document associated with it. It should throw an INVALID_ACCESS_ERR DOMException.
|
| -PASS: an InvalidAccessError: A parameter or an operation was not supported by the underlying object. was thrown as expected.
|
| +This tests XMLSerializer.serializeToString() on a newly created DocumentType node does not throw since the node has an associated document.
|
| +PASS: XMLSerializer.serializeToString() serialized the newly created DocumentType node without throwing.
|
|
|