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

Side by Side Diff: LayoutTests/svg/text/white-space-no-autowrap.html

Issue 1159623007: Don't auto-wrap <svg:text> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/text/white-space-no-autowrap-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
(Empty)
1 <!DOCTYPE html>
2 <svg width="400" height="200">
3 <text x="20" y="20">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</ text>
4 <text x="20" y="40" style="white-space: normal">Lorem ipsum dolor sit amet, co nsectetur adipiscing elit.</text>
5 <text x="20" y="60" style="white-space: pre-line">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
6 <text x="20" y="80" style="white-space: pre-wrap">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
7 <text x="20" y="100" style="white-space: pre">Lorem ipsum dolor sit amet, cons ectetur adipiscing elit.</text>
8 <text x="20" y="120" style="white-space: nowrap">Lorem ipsum dolor sit amet, c onsectetur adipiscing elit.</text>
9 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/white-space-no-autowrap-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698