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

Unified Diff: LayoutTests/svg/dom/parent-view-layout-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/custom/xml-stylesheet.svg ('k') | LayoutTests/svg/dom/path-marker-removed-crash.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/parent-view-layout-crash.html
diff --git a/LayoutTests/svg/dom/parent-view-layout-crash.html b/LayoutTests/svg/dom/parent-view-layout-crash.html
index 9dd46de6115b4ad99d99e78cde4162a593daba61..ff778ef0acb4146733819e31b9828828a3326ac0 100644
--- a/LayoutTests/svg/dom/parent-view-layout-crash.html
+++ b/LayoutTests/svg/dom/parent-view-layout-crash.html
@@ -1,18 +1,18 @@
-<!DOCTYPE html>
-<html>
-Test passes if it does not crash.
-<style></style>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-function runTest()
-{
- document.styleSheets[0].insertRule("font {}", 0);
-}
-</script>
-<object data="resources/svg-font-face.svg"></object>
-<object style="content:counter(item)" data="resources/svg-font-face.svg" onload="runTest()"></object>
-</script>
-</html>
-
+<!DOCTYPE html>
+<html>
+Test passes if it does not crash.
+<style></style>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+function runTest()
+{
+ document.styleSheets[0].insertRule("font {}", 0);
+}
+</script>
+<object data="resources/svg-font-face.svg"></object>
+<object style="content:counter(item)" data="resources/svg-font-face.svg" onload="runTest()"></object>
+</script>
+</html>
+
« no previous file with comments | « LayoutTests/svg/custom/xml-stylesheet.svg ('k') | LayoutTests/svg/dom/path-marker-removed-crash.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698