Index: LayoutTests/fast/table/table-section-split-with-after-content.html |
diff --git a/LayoutTests/fast/table/table-section-split-with-after-content.html b/LayoutTests/fast/table/table-section-split-with-after-content.html |
index 2c79a12bafa73954b8e75ad54f755606b4f75df8..a4827aeb99a3717117ef8e91941fe9f997a26273 100644 |
--- a/LayoutTests/fast/table/table-section-split-with-after-content.html |
+++ b/LayoutTests/fast/table/table-section-split-with-after-content.html |
@@ -1,20 +1,20 @@ |
-<!DOCTYPE html> |
-<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;"> |
-<body> |
-<style> |
-#test::after { |
- display: table-row; |
- content: ''; |
-} |
-</style> |
-<script> |
-document.body.offsetTop; |
-test = document.createElement('div'); |
-test.setAttribute('id', 'test'); |
-document.body.appendChild(test) |
-test.appendChild(document.createElement('thead')); |
-document.body.offsetTop; |
-test.appendChild(document.createElement('div')); |
-</script> |
-</body> |
-</html> |
+<!DOCTYPE html> |
+<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;"> |
+<body> |
+<style> |
+#test::after { |
+ display: table-row; |
+ content: ''; |
+} |
+</style> |
+<script> |
+document.body.offsetTop; |
+test = document.createElement('div'); |
+test.setAttribute('id', 'test'); |
+document.body.appendChild(test) |
+test.appendChild(document.createElement('thead')); |
+document.body.offsetTop; |
+test.appendChild(document.createElement('div')); |
+</script> |
+</body> |
+</html> |