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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.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 some more tests 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 x="20"
3 y="20"
4 width="100"
5 height="100" fill="green" style="ry:10"/>
fs 2016/05/31 14:27:35 The case we want to test is style="ry: auto" and s
Shanmuga Pandi 2016/06/01 09:38:11 Done.
6
7 <rect x="140"
8 y="20"
9 width="100"
10 height="100" fill="green" style="rx:10"/>
11 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698