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

Unified Diff: LayoutTests/fast/dom/XMLSerializer-xml-namespace-expected.txt

Issue 184273003: Allow overriding the serialization rules in MarkupAccumulator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto split out CLs. Created 6 years, 9 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/dom/XMLSerializer-xml-namespace-expected.txt
diff --git a/LayoutTests/fast/dom/XMLSerializer-xml-namespace-expected.txt b/LayoutTests/fast/dom/XMLSerializer-xml-namespace-expected.txt
index 0c7fcb98b7c7e6a60486d1676b7fe4db3755ef2d..8d1299180b694a01fb66d6dee7ee92fc2225dd89 100644
--- a/LayoutTests/fast/dom/XMLSerializer-xml-namespace-expected.txt
+++ b/LayoutTests/fast/dom/XMLSerializer-xml-namespace-expected.txt
@@ -1,2 +1,2 @@
-<div id="target"> <div id="output"> </div><foo xml:space="preserve"></foo><bar xml:space="default"></bar></div>
+<div xmlns="http://www.w3.org/1999/xhtml" id="target"> <div id="output"> </div><foo xmlns="http://www.w3.org/XML/1998/namespace" xml:space="preserve"/><bar xmlns="http://www.w3.org/XML/1998/namespace" xml:space="default"/></div>
« no previous file with comments | « LayoutTests/fast/dom/XMLSerializer-entities-2.html ('k') | LayoutTests/fast/xsl/xslt-processor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698