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

Side by Side Diff: LayoutTests/fast/css/resources/circle-small.svg

Issue 24077007: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master again Created 7 years, 3 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
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> 3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"> 4 <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36">
5 <circle cx="50%" cy="50%" r="80" style="fill:blue;" /> 5 <circle cx="50%" cy="50%" r="16" style="fill:blue;" />
6 </svg> 6 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/parsing-object-position-expected.txt ('k') | LayoutTests/transitions/object-position-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698