Index: LayoutTests/fast/table/table-cell-before-after-content-around-table-row.html |
diff --git a/LayoutTests/fast/table/table-cell-before-after-content-around-table-row.html b/LayoutTests/fast/table/table-cell-before-after-content-around-table-row.html |
index b320128ee0359edc71923b0acabd7dfd4ee28ca4..466d2bd8c5745e76d52854022375f2fd00fb58db 100644 |
--- a/LayoutTests/fast/table/table-cell-before-after-content-around-table-row.html |
+++ b/LayoutTests/fast/table/table-cell-before-after-content-around-table-row.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" style="display:table"> |
-<div style="display:table-row">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" style="display:table"> |
+<div style="display:table-row">1234</div> |
+</div> |
+<script> |
+document.body.offsetTop; |
+document.body.style.color = 'blue'; |
+</script> |
+</html> |