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

Unified Diff: LayoutTests/svg/animations/animate-update-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
Index: LayoutTests/svg/animations/animate-update-crash.xhtml
diff --git a/LayoutTests/svg/animations/animate-update-crash.xhtml b/LayoutTests/svg/animations/animate-update-crash.xhtml
index 44ea433d5266085f5d5da8e78331b8c0b501eeac..0f26af161d31a52ac1cea05c98224d22729aeee9 100644
--- a/LayoutTests/svg/animations/animate-update-crash.xhtml
+++ b/LayoutTests/svg/animations/animate-update-crash.xhtml
@@ -1,20 +1,20 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
- <body>
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <text>
- PASS
- <textPath>
- <tref xlink:href="#foo">
- <animateColor attributeName="keyPoints"></animateColor>
- <animateColor attributeName="xlink:href"></animateColor>
- </tref>
- </textPath>
- </text>
- </svg>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- </body>
-</html>
-
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <body>
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <text>
+ PASS
+ <textPath>
+ <tref xlink:href="#foo">
+ <animateColor attributeName="keyPoints"></animateColor>
+ <animateColor attributeName="xlink:href"></animateColor>
+ </tref>
+ </textPath>
+ </text>
+ </svg>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ </body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698