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

Unified Diff: LayoutTests/svg/text/text-block-child-crash.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-zoom-large-value.xhtml ('k') | LayoutTests/svg/text/tref-event-listener-crash.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/text-block-child-crash.xhtml
diff --git a/LayoutTests/svg/text/text-block-child-crash.xhtml b/LayoutTests/svg/text/text-block-child-crash.xhtml
index 63cbe062ae05ef96645c4279abc037e7a09fd7a9..ba3b2d364869ddab9326b9a95fef7d87a11f61de 100644
--- a/LayoutTests/svg/text/text-block-child-crash.xhtml
+++ b/LayoutTests/svg/text/text-block-child-crash.xhtml
@@ -1,13 +1,13 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
- Test passes if it does not crash.
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- <style>
- svg text:before { display: list-item; content: 'PASS'; }
- </style>
- <svg xmlns="http://www.w3.org/2000/svg">
- <text></text>
- </svg>
-</html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ Test passes if it does not crash.
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ <style>
+ svg text:before { display: list-item; content: 'PASS'; }
+ </style>
+ <svg xmlns="http://www.w3.org/2000/svg">
+ <text></text>
+ </svg>
+</html>
« no previous file with comments | « LayoutTests/svg/text/svg-zoom-large-value.xhtml ('k') | LayoutTests/svg/text/tref-event-listener-crash.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698