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

Unified Diff: LayoutTests/svg/text/svg-rtl-text-crash.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/text/svg-rtl-text-crash.html
diff --git a/LayoutTests/svg/text/svg-rtl-text-crash.html b/LayoutTests/svg/text/svg-rtl-text-crash.html
index 40bf1cb4982bfacbe641298e7c0f93debc03d44b..a0c891213495ce11873d3031099c5bb6e5534cf0 100644
--- a/LayoutTests/svg/text/svg-rtl-text-crash.html
+++ b/LayoutTests/svg/text/svg-rtl-text-crash.html
@@ -1,18 +1,18 @@
-<html>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- <style>
- svg {
- direction: rtl;
- }
- :before {
- content: "]";
- }
- </style>
- <svg>
- <text>*</text>
- </svg>
- PASS
-</html>
+<html>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ <style>
+ svg {
+ direction: rtl;
+ }
+ :before {
+ content: "]";
+ }
+ </style>
+ <svg>
+ <text>*</text>
+ </svg>
+ PASS
+</html>
« no previous file with comments | « LayoutTests/svg/text/preserve-break-word-expected.html ('k') | LayoutTests/svg/text/svg-zoom-large-value.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698