Index: LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html |
diff --git a/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html b/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html |
index a434e08b90dabb0fbe649758c39854baeff13ddc..1140fe1b575a82b69fa9608424d983771e98de9e 100644 |
--- a/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html |
+++ b/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html |
@@ -1,29 +1,29 @@ |
-<!-- The orange, blue and green text boxes should not overlap --> |
-<html> |
-<body style="font: 1em/1 Ahem, sans-serif;"> |
-<style> |
-#test |
-{ |
- color: blue; |
- display: table-row; |
-} |
-#test::before |
-{ |
- content: "1234"; |
- color: orange; |
- 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> |
+<!-- The orange, blue and green text boxes should not overlap --> |
+<html> |
+<body style="font: 1em/1 Ahem, sans-serif;"> |
+<style> |
+#test |
+{ |
+ color: blue; |
+ display: table-row; |
+} |
+#test::before |
+{ |
+ content: "1234"; |
+ color: orange; |
+ 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> |