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

Unified Diff: LayoutTests/fast/writing-mode/overhanging-float-legend-crash.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/fast/writing-mode/overhanging-float-legend-crash.html
diff --git a/LayoutTests/fast/writing-mode/overhanging-float-legend-crash.html b/LayoutTests/fast/writing-mode/overhanging-float-legend-crash.html
index 5151cc9b0937dfe32e4ebead51de5ae6b01419a2..3c87666ff5163e199f57ce53f77bd3cc5d143d33 100644
--- a/LayoutTests/fast/writing-mode/overhanging-float-legend-crash.html
+++ b/LayoutTests/fast/writing-mode/overhanging-float-legend-crash.html
@@ -1,28 +1,28 @@
-<html>
- <script>
- if (window.testRunner)
- {
- testRunner.dumpAsText();
- }
-
- window.onload = crash;
-
- function crash()
- {
- block1.style.position = 'absolute';
- float1.style.display = 'none';
- document.body.offsetTop;
-
- document.getElementById("result").innerHTML = "PASS";
- }
- </script>
- <div id="result"></div>
- <div id="block1">
- <span id="float1" style="float:left; margin-bottom:10000px;"></span>
- </div>
- <legend>
- <fieldset></fieldset>
- <junk>
- </legend>
-</html>
-
+<html>
+ <script>
+ if (window.testRunner)
+ {
+ testRunner.dumpAsText();
+ }
+
+ window.onload = crash;
+
+ function crash()
+ {
+ block1.style.position = 'absolute';
+ float1.style.display = 'none';
+ document.body.offsetTop;
+
+ document.getElementById("result").innerHTML = "PASS";
+ }
+ </script>
+ <div id="result"></div>
+ <div id="block1">
+ <span id="float1" style="float:left; margin-bottom:10000px;"></span>
+ </div>
+ <legend>
+ <fieldset></fieldset>
+ <junk>
+ </legend>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698