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

Side by Side Diff: LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg

Issue 6157003: Merge 75028 - Merge 74779 (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/scroll-to-anchor-in-symbol-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"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 layoutTestController.waitUntilDone(); 5 layoutTestController.waitUntilDone();
6 } 6 }
7 window.onload = function () { 7 window.onload = function () {
8 location.hash = 'v1'; 8 location.hash = 'v1';
9 setTimeout(function(){ 9 setTimeout(function(){
10 document.getElementById("t1").appendChild(document.createTextNode("P ASS: Navigating to symbol did not crash.")); 10 document.getElementById("t1").appendChild(document.createTextNode("P ASS: Navigating to symbol did not crash."));
11 if (window.layoutTestController) 11 if (window.layoutTestController)
12 layoutTestController.notifyDone(); 12 layoutTestController.notifyDone();
13 }, 0); 13 }, 0);
14 } 14 }
15 </script> 15 </script>
16 <symbol><view id="v1"/></symbol> 16 <symbol><view id="v1"/></symbol>
17 <text x="20" y="20" fill="green" id="t1"></text> 17 <text x="20" y="20" fill="green" id="t1"></text>
18 </svg> 18 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/scroll-to-anchor-in-symbol-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698