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

Unified Diff: LayoutTests/svg/text/svg-zoom-large-value.xhtml

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
« no previous file with comments | « LayoutTests/svg/text/svg-rtl-text-crash.html ('k') | LayoutTests/svg/text/text-block-child-crash.xhtml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/svg-zoom-large-value.xhtml
diff --git a/LayoutTests/svg/text/svg-zoom-large-value.xhtml b/LayoutTests/svg/text/svg-zoom-large-value.xhtml
index 8e21f41ec5a8ba321ce7d18f4540849ac2d61fb2..206f3a269de5f82cfda199c901a8ccd7c927a28f 100644
--- a/LayoutTests/svg/text/svg-zoom-large-value.xhtml
+++ b/LayoutTests/svg/text/svg-zoom-large-value.xhtml
@@ -1,16 +1,16 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<style>
-#svg1 { zoom: 10000000044444535353444433333333333333333333333333333333333333333333333333333330000000 }
-</style>
-</head>
-<body>
-<svg id="svg1" xmlns="http://www.w3.org/2000/svg">
-<text x="50" y="50">PASS</text>
-</svg>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-</body>
-</html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<style>
+#svg1 { zoom: 10000000044444535353444433333333333333333333333333333333333333333333333333333330000000 }
+</style>
+</head>
+<body>
+<svg id="svg1" xmlns="http://www.w3.org/2000/svg">
+<text x="50" y="50">PASS</text>
+</svg>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+</body>
+</html>
« no previous file with comments | « LayoutTests/svg/text/svg-rtl-text-crash.html ('k') | LayoutTests/svg/text/text-block-child-crash.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698