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

Unified Diff: Source/web/tests/data/pageserializer/xmldecl/xmldecl.xml

Issue 22926011: Add doctype declarations when using PageSerializer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 7 years, 4 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
« no previous file with comments | « Source/web/tests/data/pageserializer/dtd/dtd.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/pageserializer/xmldecl/xmldecl.xml
diff --git a/Source/web/tests/data/pageserializer/xmldecl/xmldecl.xml b/Source/web/tests/data/pageserializer/xmldecl/xmldecl.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6e1f8594f5f85cb4ee5cf84c3e30d24f2f589b4c
--- /dev/null
+++ b/Source/web/tests/data/pageserializer/xmldecl/xmldecl.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <header>Header</header>
+ <body>Message Body</body>
+</document>
« no previous file with comments | « Source/web/tests/data/pageserializer/dtd/dtd.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698