Index: LayoutTests/fast/table/table-style-not-updated.html |
diff --git a/LayoutTests/fast/table/table-style-not-updated.html b/LayoutTests/fast/table/table-style-not-updated.html |
index be5d59e0c903536260bd7444a0551dcef876f43d..9d9b9ff3f1b3861320db61af4613c897d2061556 100644 |
--- a/LayoutTests/fast/table/table-style-not-updated.html |
+++ b/LayoutTests/fast/table/table-style-not-updated.html |
@@ -1,23 +1,23 @@ |
-<!-- The blue and green text boxes should not overlap --> |
-<html> |
-<body style="font: 1em/1 Ahem, sans-serif;"> |
-<style> |
-#test |
-{ |
- color: blue; |
- display: table; |
-} |
-</style> |
-<div id="test"> |
-ABCD |
-</div> |
-<div style="font-size: 800%; color: green"> |
-EFGH |
-</div> |
-<script> |
- document.body.offsetTop; |
- var test = document.getElementById("test"); |
- test.style.fontSize = "800%"; |
-</script> |
-</body> |
-</html> |
+<!-- The blue and green text boxes should not overlap --> |
+<html> |
+<body style="font: 1em/1 Ahem, sans-serif;"> |
+<style> |
+#test |
+{ |
+ color: blue; |
+ display: table; |
+} |
+</style> |
+<div id="test"> |
+ABCD |
+</div> |
+<div style="font-size: 800%; color: green"> |
+EFGH |
+</div> |
+<script> |
+ document.body.offsetTop; |
+ var test = document.getElementById("test"); |
+ test.style.fontSize = "800%"; |
+</script> |
+</body> |
+</html> |