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

Unified Diff: LayoutTests/svg/dom/use-style-recalc-script-execute-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
« no previous file with comments | « LayoutTests/svg/dom/resources/svg-font-face.svg ('k') | LayoutTests/svg/filters/feBlend-invalid-mode.xhtml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html
diff --git a/LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html b/LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html
index a240c509982782614915022499fc6f8bd51a9235..2f2a37e0f32ad43376a92e75ee25d03efe3afd31 100644
--- a/LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html
+++ b/LayoutTests/svg/dom/use-style-recalc-script-execute-crash.html
@@ -1,19 +1,19 @@
-<!DOCTYPE html>
-<html>
-Test passes if it does not crash and "script" inside "rect" executes.
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<svg>
-<g>
-<use xlink:href="#test"/>
-<rect id="test">
-<script>
-document.body.innerHTML = "PASS";
-</script>
-</rect>
-</g>
-</svg>
-</html>
-
+<!DOCTYPE html>
+<html>
+Test passes if it does not crash and "script" inside "rect" executes.
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<svg>
+<g>
+<use xlink:href="#test"/>
+<rect id="test">
+<script>
+document.body.innerHTML = "PASS";
+</script>
+</rect>
+</g>
+</svg>
+</html>
+
« no previous file with comments | « LayoutTests/svg/dom/resources/svg-font-face.svg ('k') | LayoutTests/svg/filters/feBlend-invalid-mode.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698