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

Side by Side Diff: LayoutTests/svg/text/add-tspan-position-bug.html

Issue 10443073: Merge 117225 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/text/add-tspan-position-bug-expected.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body onload="loaded()"> 3 <body onload="loaded()">
4 <svg> 4 <svg>
5 <title>This test used to be laid out on a single line, instead of multiple ones< /title> 5 <title>This test used to be laid out on a single line, instead of multiple ones< /title>
6 <text id="text" y="50"></text> 6 <text id="text" y="50"></text>
7 7
8 <script> 8 <script>
9 var text = document.getElementsByTagName("text")[0]; 9 var text = document.getElementsByTagName("text")[0];
10 10
(...skipping 16 matching lines...) Expand all
27 layoutTestController.waitUntilDone(); 27 layoutTestController.waitUntilDone();
28 28
29 function loaded() { 29 function loaded() {
30 // Bug is only trigger from another loop. 30 // Bug is only trigger from another loop.
31 setTimeout(addSpans, 0); 31 setTimeout(addSpans, 0);
32 } 32 }
33 </script> 33 </script>
34 </svg> 34 </svg>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/add-tspan-position-bug-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698