| Index: LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt b/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt
|
| index 5caf6879e73fd6bbe5cadfd15d1432615e5fa044..38aca55b67b0a486a31809ae4f84d14a4f7bd03e 100644
|
| --- a/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt
|
| +++ b/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt
|
| @@ -6,6 +6,9 @@ PASS doc = document.implementation.createDocument(null, null, document.doctype)
|
| PASS doc.doctype is doctype
|
| PASS doc.firstChild is doctype
|
| PASS document.doctype is null
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|
|
|
|
|