Index: LayoutTests/fast/table/table-cell-before-after-content-around-table-block.html |
diff --git a/LayoutTests/fast/table/table-cell-before-after-content-around-table-block.html b/LayoutTests/fast/table/table-cell-before-after-content-around-table-block.html |
index 799538db4b950ce4d9125cc199e072b325ad8e02..f21344e8a72fde62fb39a9e2623ee1f113716b17 100644 |
--- a/LayoutTests/fast/table/table-cell-before-after-content-around-table-block.html |
+++ b/LayoutTests/fast/table/table-cell-before-after-content-around-table-block.html |
@@ -1,25 +1,25 @@ |
-<!DOCTYPE html> |
-<!-- Test passes if you see three blue boxes in three seperate rows. --> |
-<html style="font: 1em/1 Ahem, sans-serif;"> |
-<style type="text/css"> |
-.container:before { |
- content: "ABCD"; |
- display: table-cell; |
-} |
- |
-.container:after { |
- content: "EFGH"; |
- display: table-cell; |
-} |
- |
-</style> |
-</head> |
-<body> |
-<div class="container"> |
-<div style="display: block">1234</div> |
-</div> |
-<script> |
-document.body.offsetTop; |
-document.body.style.color = 'blue'; |
-</script> |
-</html> |
+<!DOCTYPE html> |
+<!-- Test passes if you see three blue boxes in three seperate rows. --> |
+<html style="font: 1em/1 Ahem, sans-serif;"> |
+<style type="text/css"> |
+.container:before { |
+ content: "ABCD"; |
+ display: table-cell; |
+} |
+ |
+.container:after { |
+ content: "EFGH"; |
+ display: table-cell; |
+} |
+ |
+</style> |
+</head> |
+<body> |
+<div class="container"> |
+<div style="display: block">1234</div> |
+</div> |
+<script> |
+document.body.offsetTop; |
+document.body.style.color = 'blue'; |
+</script> |
+</html> |