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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/svg-fonts-with-no-element-reference.html
diff --git a/LayoutTests/svg/custom/svg-fonts-with-no-element-reference.html b/LayoutTests/svg/custom/svg-fonts-with-no-element-reference.html
index 9aa030393b535bf5827c382058b0f33191179cfc..d37163f7423088a5829f66d901d9567cbcebcb81 100644
--- a/LayoutTests/svg/custom/svg-fonts-with-no-element-reference.html
+++ b/LayoutTests/svg/custom/svg-fonts-with-no-element-reference.html
@@ -1,36 +1,36 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
-<head>
- <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
- <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobot.com/web/css/fouc.asp -->
- <script type="text/javascript"></script>
-
- <style type="text/css" media="all">
- @font-face {
- font-family: 'SVGraffiti-First';
- /* URI doesn't have an fragment identifier - we should choose a first font. */
- src: url("resources/graffiti.svg") format(svg)
- }
-
- @font-face {
- font-family: 'SVGraffiti-Second';
- src: url("resources/graffiti-with-empty-first-font.svg#SVGraffiti") format(svg)
- }
-
- p.first {
- font: 0.5cm "SVGraffiti-First";
- }
-
- p.second {
- font: 0.5cm "SVGraffiti-Second";
- }
- </style>
-</head>
-
-<body>
-<p class="first">This text should be rendered with a first font.</p>
-<p class="second">This text should be rendered with a second font.</p>
-</body>
-
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobot.com/web/css/fouc.asp -->
+ <script type="text/javascript"></script>
+
+ <style type="text/css" media="all">
+ @font-face {
+ font-family: 'SVGraffiti-First';
+ /* URI doesn't have an fragment identifier - we should choose a first font. */
+ src: url("resources/graffiti.svg") format(svg)
+ }
+
+ @font-face {
+ font-family: 'SVGraffiti-Second';
+ src: url("resources/graffiti-with-empty-first-font.svg#SVGraffiti") format(svg)
+ }
+
+ p.first {
+ font: 0.5cm "SVGraffiti-First";
+ }
+
+ p.second {
+ font: 0.5cm "SVGraffiti-Second";
+ }
+ </style>
+</head>
+
+<body>
+<p class="first">This text should be rendered with a first font.</p>
+<p class="second">This text should be rendered with a second font.</p>
+</body>
+
+</html>
« 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