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

Side by Side Diff: LayoutTests/svg/custom/svg-fonts-in-html.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations 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 XHTML 1.0 Strict//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
4 <head> 4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
6 <meta name="author" content="Dave Shea" /> 6 <meta name="author" content="Dave Shea" />
7 <meta name="keywords" content="design, css, cascading, style, sheets, xhtml, graphic design, w3c, web standards, visual, display" /> 7 <meta name="keywords" content="design, css, cascading, style, sheets, xhtml, graphic design, w3c, web standards, visual, display" />
8 <meta name="description" content="A demonstration of what can be accomplishe d visually through CSS-based design." /> 8 <meta name="description" content="A demonstration of what can be accomplishe d visually through CSS-based design." />
9 <meta name="robots" content="all" /> 9 <meta name="robots" content="all" />
10 10
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 204
205 </div> 205 </div>
206 206
207 <!-- These extra divs/spans may be used as catch-alls to add extra imagery. --> 207 <!-- These extra divs/spans may be used as catch-alls to add extra imagery. -->
208 <!-- Add a background image to each and use width and height to control sizing, place with absolute positioning --> 208 <!-- Add a background image to each and use width and height to control sizing, place with absolute positioning -->
209 <div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div><d iv id="extraDiv3"><span></span></div> 209 <div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div><d iv id="extraDiv3"><span></span></div>
210 <div id="extraDiv4"><span></span></div><div id="extraDiv5"><span></span></div><d iv id="extraDiv6"><span></span></div> 210 <div id="extraDiv4"><span></span></div><div id="extraDiv5"><span></span></div><d iv id="extraDiv6"><span></span></div>
211 211
212 </body> 212 </body>
213 </html> 213 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg ('k') | LayoutTests/svg/custom/svg-fonts-with-no-element-reference.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698