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

Side by Side Diff: LayoutTests/svg/custom/use-instanceRoot-with-use-removed.svg

Issue 6186003: Merge 75014 - Merge 74636 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 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-instanceRoot-with-use-removed-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 <![CDATA[ 3 <![CDATA[
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.waitUntilDone(); 6 layoutTestController.waitUntilDone();
7 gc = function(){window.GCController.collect()}; 7 gc = function(){window.GCController.collect()};
8 } else if (!window.gc) 8 } else if (!window.gc)
9 gc = function(){}; 9 gc = function(){};
10 10
(...skipping 13 matching lines...) Expand all
24 if (window.layoutTestController) 24 if (window.layoutTestController)
25 layoutTestController.notifyDone(); 25 layoutTestController.notifyDone();
26 } 26 }
27 } 27 }
28 //]]> 28 //]]>
29 </script> 29 </script>
30 <g id="g1" /> 30 <g id="g1" />
31 <use xlink:href="#g1" id="use1" /> 31 <use xlink:href="#g1" id="use1" />
32 <text x="20" y="20" fill="green" id="t1"></text> 32 <text x="20" y="20" fill="green" id="t1"></text>
33 </svg> 33 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-instanceRoot-with-use-removed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698