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

Side by Side Diff: LayoutTests/svg/custom/svg-fonts-with-no-element-reference.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 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 <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobo t.com/web/css/fouc.asp --> 6 <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobo t.com/web/css/fouc.asp -->
7 <script type="text/javascript"></script> 7 <script type="text/javascript"></script>
8 8
9 <style type="text/css" media="all"> 9 <style type="text/css" media="all">
10 @font-face { 10 @font-face {
(...skipping 16 matching lines...) Expand all
27 } 27 }
28 </style> 28 </style>
29 </head> 29 </head>
30 30
31 <body> 31 <body>
32 <p class="first">This text should be rendered with a first font.</p> 32 <p class="first">This text should be rendered with a first font.</p>
33 <p class="second">This text should be rendered with a second font.</p> 33 <p class="second">This text should be rendered with a second font.</p>
34 </body> 34 </body>
35 35
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-fonts-in-html.html ('k') | LayoutTests/svg/custom/symbol-viewport-element-crash.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698