Index: LayoutTests/fast/doctypes/xml-doctype-expected.txt |
diff --git a/LayoutTests/fast/doctypes/xml-doctype-expected.txt b/LayoutTests/fast/doctypes/xml-doctype-expected.txt |
index 0ec63dccc9a05871073d1c1444364bb2eaf7019b..971b6a634f3608f7681dc32b6e1eaeb5a95c25c6 100644 |
--- a/LayoutTests/fast/doctypes/xml-doctype-expected.txt |
+++ b/LayoutTests/fast/doctypes/xml-doctype-expected.txt |
@@ -1,4 +1,6 @@ |
This tests the behavior of a Doctype in an XML document. |
PASS: a doctype in a XML document is not ignored. |
PASS: a doctype in an XML document is correctly set to the first child of the Document. |
+PASS: doctype.publicId correctly defaults to empty string when not set. |
+PASS: doctype.systemId correctly defaults to empty string when not set. |