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

Side by Side Diff: LayoutTests/svg/custom/circular-clip-path-references-crash.svg

Issue 9802004: Merge 110563 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/circular-clip-path-references-crash-expected.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs> 2 <defs>
3 <clipPath id="clip0"> 3 <clipPath id="clip0">
4 <rect width="1" height="1" clip-path="url(#clip)" /> 4 <rect width="1" height="1" clip-path="url(#clip)" />
5 5
6 </clipPath> 6 </clipPath>
7 7
8 <clipPath id="clip2"> 8 <clipPath id="clip2">
9 <rect width="100" height="100" clip-path="url(#clip0)"/> 9 <rect width="100" height="100" clip-path="url(#clip0)"/>
10 </clipPath> 10 </clipPath>
11 11
12 <clipPath id="clip"> 12 <clipPath id="clip">
13 <rect width="1" height="1" clip-path="url(#clip2)"/> 13 <rect width="1" height="1" clip-path="url(#clip2)"/>
14 </clipPath> 14 </clipPath>
15 15
16 <mask id="mask1" x="0" y="0" width="1" height="1" maskContentUnits="objectBo undingBox"> 16 <mask id="mask1" x="0" y="0" width="1" height="1" maskContentUnits="objectBo undingBox">
17 <rect width="1" height="1" clip-path="url(#clip)" /> 17 <rect width="1" height="1" clip-path="url(#clip)" />
18 </mask> 18 </mask>
19 </defs> 19 </defs>
20 20
21 <text x="10" y="75">This test passes if it does not crash.</text> 21 <text x="10" y="75">This test passes if it does not crash.</text>
22 22
23 <circle r="50" mask="url(#mask1)"/> 23 <circle r="50" mask="url(#mask1)"/>
24 24
25 </svg> 25 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/circular-clip-path-references-crash-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698