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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/SVGRect-explicit-zero-rounding-radius.svg

Issue 2019993003: Set "auto" as default for rx and ry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added CSS Parsing Created 4 years, 6 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
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
2 <rect rx="0"
3 ry="10"
4 y="20"
5 x="20"
6 width="100"
7 height="100" fill="green"/>
8
9 <rect rx="10"
10 ry="0"
11 x="140"
12 y="20"
13 width="100"
14 height="100" fill="green"/>
15 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698