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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This tests the behavior of a Doctype in an XML document. 1 This tests the behavior of a Doctype in an XML document.
2 PASS: a doctype in a XML document is not ignored. 2 PASS: a doctype in a XML document is not ignored.
3 PASS: a doctype in an XML document is correctly set to the first child of the Do cument. 3 PASS: a doctype in an XML document is correctly set to the first child of the Do cument.
4 PASS: doctype.publicId correctly defaults to empty string when not set.
5 PASS: doctype.systemId correctly defaults to empty string when not set.
4 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698