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

Unified Diff: LayoutTests/svg/text/preserve-break-word-expected.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
« no previous file with comments | « LayoutTests/svg/text/preserve-break-word.html ('k') | LayoutTests/svg/text/svg-rtl-text-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/preserve-break-word-expected.html
diff --git a/LayoutTests/svg/text/preserve-break-word-expected.html b/LayoutTests/svg/text/preserve-break-word-expected.html
index 6ff4c346fc29aba721ed0f657ae40a085d4cd60e..8df34df73816c45fbc2c09e043a355d7dfe33c67 100644
--- a/LayoutTests/svg/text/preserve-break-word-expected.html
+++ b/LayoutTests/svg/text/preserve-break-word-expected.html
@@ -1,11 +1,11 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
-<body>
-The above SVG texts should not be collapsed.
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="400">
-<text x="100" y="100">abcdef</text>
-<text x="100" y="200" ><tspan xml:space="preserve">abc</tspan>def</text>
-<text x="100" y="300"><tspan xml:space="preserve">abc</tspan>def</text>
-</svg>
-</body>
-</html>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<body>
+The above SVG texts should not be collapsed.
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="400">
+<text x="100" y="100">abcdef</text>
+<text x="100" y="200" ><tspan xml:space="preserve">abc</tspan>def</text>
+<text x="100" y="300"><tspan xml:space="preserve">abc</tspan>def</text>
+</svg>
+</body>
+</html>
« no previous file with comments | « LayoutTests/svg/text/preserve-break-word.html ('k') | LayoutTests/svg/text/svg-rtl-text-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698