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

Side by Side Diff: LayoutTests/fast/text/text-letter-spacing.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd"> 2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>letter-spacing.html</title> 5 <title>letter-spacing.html</title>
6 <style type="text/css"> 6 <style type="text/css">
7 p { 7 p {
8 text-indent: 10em; 8 text-indent: 10em;
9 background-color: #eee; 9 background-color: #eee;
10 } 10 }
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 <p class="desc">The next line tests a small negative line spacing, and 140 <p class="desc">The next line tests a small negative line spacing, and
141 should be blank.</p> 141 should be blank.</p>
142 <p><span class="ls-05 rtl opaque">Hello, world</span></p> 142 <p><span class="ls-05 rtl opaque">Hello, world</span></p>
143 143
144 <p class="desc">The next line tests a large negative line spacing, and 144 <p class="desc">The next line tests a large negative line spacing, and
145 it should be blank.</p> 145 it should be blank.</p>
146 <p><span class="ls-200 rtl opaque">Hello, world</span></p> 146 <p><span class="ls-200 rtl opaque">Hello, world</span></p>
147 147
148 </body> 148 </body>
149 </html> 149 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698