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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="target"> <div id="output"> </div><foo xml:space="preserve"></foo><bar x ml:space="default"></bar></div> 1 <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 xmln s="http://www.w3.org/XML/1998/namespace" xml:space="default"/></div>
2 2
OLDNEW
« 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