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

Side by Side Diff: LayoutTests/svg/clip-path/clip-path-tspan-and-stroke.svg

Issue 9235065: Merge 105978 - crash in WebCore::RenderSVGContainer::paint (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <defs> 2 <defs>
3 <clipPath id="clip"> 3 <clipPath id="clip">
4 <!-- fill and stroke properties should be ignored --> 4 <!-- fill and stroke properties should be ignored -->
5 <text x="40" y="160" font-size="80" font-weight="bold"><tspan stroke="re d" fill="none">CLIP</tspan></text> 5 <text x="40" y="160" font-size="80" font-weight="bold"><tspan stroke="re d" fill="none">CLIP</tspan></text>
6 </clipPath> 6 </clipPath>
7 </defs> 7 </defs>
8 <rect x="40" y="40" height="300" width="300" style="fill:green;clip-path:url(#cl ip);"/> 8 <rect x="40" y="40" height="300" width="300" style="fill:green;clip-path:url(#cl ip);"/>
9 </svg> 9 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/platform/mac/svg/clip-path/clip-path-tspan-and-stroke-expected.txt ('k') | LayoutTests/svg/custom/layout-loop.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698