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> |
+ |