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

Side by Side Diff: LayoutTests/svg/dom/resources/stylesheet-candidate-node-crash.svg

Issue 7694026: Merge 93227 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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/dom/stylesheet-candidate-node-crash-main.html » ('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="test"> 2 <g id="test">
3 <text id="test1">PASS</text> 3 <text id="test1">PASS</text>
4 </g> 4 </g>
5 <use id="test2" xlink:href="#test"/> 5 <use id="test2" xlink:href="#test"/>
6 <use xlink:href="#test"/> 6 <use xlink:href="#test"/>
7 <set attributeName="font-style" to="italic"/> 7 <set attributeName="font-style" to="italic"/>
8 </svg> 8 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/dom/stylesheet-candidate-node-crash-main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698