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

Side by Side Diff: Source/web/tests/data/pageserializer/svg/green_rectangle.svg

Issue 68613003: Merges the two different page serializers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove newline after XML decl Created 7 years 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 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4 4
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" 5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
6 width="120" height="120" viewBox="0 0 236 120"> 6 width="120" height="120" viewBox="0 0 236 120">
7 <rect x="14" y="23" width="250" height="50" fill="green" 7 <rect x="14" y="23" width="250" height="50" fill="green"
8 stroke="black" stroke-width="1" /> 8 stroke="black" stroke-width="1" />
9 <rect x="14" y="23" width="250" height="50" fill="green" 9 <rect x="14" y="23" width="250" height="50" fill="green"
10 stroke="black" stroke-width="1" /> 10 stroke="black" stroke-width="1" />
11 </svg> 11 </svg>
OLDNEW
« no previous file with comments | « Source/web/tests/data/pageserializer/simple.xhtml ('k') | Source/web/tests/data/pageserializer/svg/page_with_svg_image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698