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

Side by Side Diff: LayoutTests/svg/custom/resource-invalidation-crash.svg

Issue 8446005: Merge 99109 - Infinite recursion in RenderSVGResourceContainer::markAllClientsForInvalidation (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/resource-invalidation-crash-expected.png » ('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" 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 3
4 <pattern id="a" /> 4 <pattern id="a" />
5 <pattern id="b" > 5 <pattern id="b" >
6 <rect fill="url(#a)"/> 6 <rect fill="url(#a)"/>
7 </pattern> 7 </pattern>
8 8
9 <pattern id="a" xlink:href="#b"/> 9 <pattern id="a" xlink:href="#b"/>
10 <pattern id="b" > 10 <pattern id="b" >
11 <rect fill="url(#a)"/> 11 <rect fill="url(#a)"/>
12 </pattern> 12 </pattern>
13 13
14 <pattern id="a" xlink:href="#b"/> 14 <pattern id="a" xlink:href="#b"/>
15 <rect fill="url(#a)"/> 15 <rect fill="url(#a)"/>
16 16
17 </defs> 17 </defs>
18 18
19 </svg> 19 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/resource-invalidation-crash-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698