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

Unified Diff: LayoutTests/svg/text/clear-floats-crash.svg

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/clear-floats-crash.svg
diff --git a/LayoutTests/svg/text/clear-floats-crash.svg b/LayoutTests/svg/text/clear-floats-crash.svg
index 3d89d72fbe6144e0a4e91a06fbc6fedbbca0f65c..e2418b97a344035548e76644b6ecf0fea81b7636 100644
--- a/LayoutTests/svg/text/clear-floats-crash.svg
+++ b/LayoutTests/svg/text/clear-floats-crash.svg
@@ -1,25 +1,25 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
- <body>
- This test is to ensure that we do not crash when clearing floats during SVG load.
- <div id="log"><span style='color: red;'>FAIL:</span> Did not complete test</div>
- <svg xmlns="http://www.w3.org/2000/svg">
- <g>
- <text style="float:right"></text>
- <text></text>
- </g>
- </svg>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- var log = document.getElementById("log");
- while (log.childNodes.length)
- log.removeChild(log.firstChild);
- var msg = document.createElementNS("http://www.w3.org/1999/xhtml", "span");
- msg.style.color = "green";
- msg.appendChild(document.createTextNode("PASS:"));
- log.appendChild(msg);
- log.appendChild(document.createTextNode(" Did not crash while rendering the SVG."));
- </script>
- </body>
-</html>
-
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <body>
+ This test is to ensure that we do not crash when clearing floats during SVG load.
+ <div id="log"><span style='color: red;'>FAIL:</span> Did not complete test</div>
+ <svg xmlns="http://www.w3.org/2000/svg">
+ <g>
+ <text style="float:right"></text>
+ <text></text>
+ </g>
+ </svg>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ var log = document.getElementById("log");
+ while (log.childNodes.length)
+ log.removeChild(log.firstChild);
+ var msg = document.createElementNS("http://www.w3.org/1999/xhtml", "span");
+ msg.style.color = "green";
+ msg.appendChild(document.createTextNode("PASS:"));
+ log.appendChild(msg);
+ log.appendChild(document.createTextNode(" Did not crash while rendering the SVG."));
+ </script>
+ </body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698