Index: LayoutTests/fast/table/table-row-style-not-updated.html |
diff --git a/LayoutTests/fast/table/table-row-style-not-updated.html b/LayoutTests/fast/table/table-row-style-not-updated.html |
index 31a5faed7203e826f438a04716ff53085c2955da..1502a4afc0bd1c3963cca22e67893102aab8552a 100644 |
--- a/LayoutTests/fast/table/table-row-style-not-updated.html |
+++ b/LayoutTests/fast/table/table-row-style-not-updated.html |
@@ -1,22 +1,22 @@ |
-<html> |
-<body style="font: 1em/1 Ahem, sans-serif;"> |
-<style> |
-#test |
-{ |
- color: blue; |
- display: table-row; |
-} |
-</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> |
+<html> |
+<body style="font: 1em/1 Ahem, sans-serif;"> |
+<style> |
+#test |
+{ |
+ color: blue; |
+ display: table-row; |
+} |
+</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> |