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

Side by Side Diff: LayoutTests/svg/custom/resources/bug79798.svg

Issue 9569050: Merge 109299 (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 | « LayoutTests/svg/custom/resources/bug78838.svg ('k') | Source/WebCore/svg/SVGUseElement.cpp » ('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 <g id="x"> 2 <g id="x">
3 <style></style> 3 <style></style>
4 </g> 4 </g>
5 5
6 <g> 6 <g>
7 <g> 7 <g>
8 <text>b</text> 8 <text>b</text>
9 <use xlink:href="#x"/> 9 <use xlink:href="#x"/>
10 <text>c</text> 10 <text>c</text>
11 <text>a</text> 11 <text>a</text>
12 <glyph id="g"/> 12 <glyph id="g"/>
13 </g> 13 </g>
14 </g> 14 </g>
15 </svg> 15 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/resources/bug78838.svg ('k') | Source/WebCore/svg/SVGUseElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698