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

Side by Side Diff: LayoutTests/svg/custom/use-rebuild-resources-crash.svg

Issue 11879026: Merge 139457 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-rebuild-resources-crash-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 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?> 1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2 <svg id="svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.or g/2000/svg"> 2 <svg id="svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.or g/2000/svg">
3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=106664 --> 3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=106664 -->
4 <defs> 4 <defs>
5 <symbol id="s1"> 5 <symbol id="s1">
6 <use/> 6 <use/>
7 <rect id="r1"/> 7 <rect id="r1"/>
8 </symbol> 8 </symbol>
9 9
10 <use id="u1" xlink:href="#s1"/> 10 <use id="u1" xlink:href="#s1"/>
(...skipping 11 matching lines...) Expand all
22 clone = u1.cloneNode(false); 22 clone = u1.cloneNode(false);
23 document.getElementById('svg').appendChild(clone); 23 document.getElementById('svg').appendChild(clone);
24 } 24 }
25 25
26 if (window.testRunner) 26 if (window.testRunner)
27 testRunner.dumpAsText(); 27 testRunner.dumpAsText();
28 28
29 document.addEventListener("DOMContentLoaded", initCF, false); 29 document.addEventListener("DOMContentLoaded", initCF, false);
30 </script> 30 </script>
31 </svg> 31 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-rebuild-resources-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698