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

Side by Side Diff: LayoutTests/svg/custom/use-nested-children.svg

Issue 3960005: Merge 69936 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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/use-nested-children-expected.txt » ('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 <script> 2 <script>
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 </script> 5 </script>
6 <defs> 6 <defs>
7 <text x="10" y="30" id="t1">PASS: Should not trigger an ASSERT (bug 47561).< /text> 7 <text x="10" y="30" id="t1">PASS: Should not trigger an ASSERT (bug 47561).< /text>
8 <use id="u1" xlink:href="#t1"> 8 <use id="u1" xlink:href="#t1">
9 <desc>This should be ignored.</desc> 9 <desc>This should be ignored.</desc>
10 </use> 10 </use>
11 </defs> 11 </defs>
12 <use xlink:href="#u1"/> 12 <use xlink:href="#u1"/>
13 </svg> 13 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-nested-children-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698