Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: LayoutTests/fast/doctypes/xml-doctype-expected.txt

Issue 167563002: Make DocumentType return empty publicId by default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698