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

Side by Side Diff: LayoutTests/svg/custom/layout-loop.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"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <g> 2 <g>
3 <linearGradient> 3 <linearGradient>
4 <stop id="stop"/> 4 <stop id="stop"/>
5 </linearGradient> 5 </linearGradient>
6 </g> 6 </g>
7 <g> 7 <g>
8 <defs> 8 <defs>
9 <filter id="filter"/> 9 <filter id="filter"/>
10 </defs> 10 </defs>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 </g> 44 </g>
45 <g> 45 <g>
46 <defs> 46 <defs>
47 <filter id="filter"/> 47 <filter id="filter"/>
48 </defs> 48 </defs>
49 <path mask="url(#mask)" d="...."/> 49 <path mask="url(#mask)" d="...."/>
50 </g> 50 </g>
51 */ 51 */
52 ]]></script> 52 ]]></script>
53 </svg> 53 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/clip-path/clip-path-tspan-and-stroke.svg ('k') | LayoutTests/svg/custom/layout-loop-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698