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

Side by Side Diff: LayoutTests/svg/text/modify-tspan-position-bug-expected.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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <svg> 4 <svg>
5 <text id="text" y="50"><tspan>Should be on</tspan><tspan dy="30">different lines </tspan></text> 5 <text id="text" y="50"><tspan>Should be on</tspan><tspan dy="30">different lines </tspan></text>
6 </svg> 6 </svg>
7 </body> 7 </body>
8 </html> 8 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/modify-tspan-position-bug.html ('k') | Source/WebCore/rendering/svg/RenderSVGBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698