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

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

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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 <?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/green_background.png ('k') | Source/web/tests/data/pageserializer/iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698