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

Side by Side Diff: LayoutTests/svg/custom/xlink-prefix-in-attributes-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="svgoutput"> </div><svg xmlns="http://www.w3.org/2000/ svg" svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><image width="20" height="20" xlink:href="resources/gr een-checker.png"></image><image x="0" y="30" width="20" height="20" xlink:href=" resources/green-checker.png"></image></svg></div> <El xmlns:a="http://www.w3.org /1999/xlink" a:title="C" a:href="H"/> 1 <div xmlns="http://www.w3.org/1999/xhtml" id="target"> <div id="svgoutput"> </di v><svg xmlns="http://www.w3.org/2000/svg" svg="http://www.w3.org/2000/svg" xmlns :xlink="http://www.w3.org/1999/xlink" width="200" height="200"><image width="20" height="20" xlink:href="resources/green-checker.png"/><image x="0" y="30" width ="20" height="20" xlink:href="resources/green-checker.png"/></svg></div> <El xml ns:a="http://www.w3.org/1999/xlink" a:title="C" a:href="H"/>
2 2
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/xslt-processor-expected.txt ('k') | Source/core/editing/MarkupAccumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698