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

Side by Side Diff: LayoutTests/svg/text/preserve-break-word.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <body> 3 <body>
4 The above SVG texts should not be collapsed. 4 The above SVG texts should not be collapsed.
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="400"> 5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="400">
6 <text x="100" y="100" style="word-wrap: break-word">abcdef</text> 6 <text x="100" y="100" style="word-wrap: break-word">abcdef</text>
7 <text x="100" y="200" ><tspan xml:space="preserve">abc</tspan>def</text> 7 <text x="100" y="200" ><tspan xml:space="preserve">abc</tspan>def</text>
8 <text x="100" y="300" style="word-wrap: break-word"><tspan xml:space="preserve"> abc</tspan>def</text> 8 <text x="100" y="300" style="word-wrap: break-word"><tspan xml:space="preserve"> abc</tspan>def</text>
9 </svg> 9 </svg>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698