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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/svg/shapes/rect-04.svg

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Add Timeout Pass expectation for Range-mutations-dataChange.html Created 4 years, 1 month 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">
tkent 2016/11/03 13:40:51 Ditto.
2 <metadata>
3 <link xmlns="http://www.w3.org/1999/xhtml" rel="author" title="Cameron McCor mack" href="mailto:cam@mcc.id.au"/>
4 <link xmlns="http://www.w3.org/1999/xhtml" rel="help" href="http://www.w3.or g/TR/SVG2/shapes.html#RectElement"/>
5 <link xmlns="http://www.w3.org/1999/xhtml" rel="match" href="rect-04-ref.htm l"/>
6 <meta xmlns="http://www.w3.org/1999/xhtml" name="assert" content="rect eleme nt with rounded corners and stroke renders correctly."/>
7 </metadata>
8 <rect x="10" y="10" width="50" height="50" rx="8" ry="8" fill="none" stroke="b lue" stroke-width="4"/>
9 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698