| Index: LayoutTests/fast/table/table-cell-before-after-content-around-table.html
|
| diff --git a/LayoutTests/fast/table/table-cell-before-after-content-around-table.html b/LayoutTests/fast/table/table-cell-before-after-content-around-table.html
|
| index d07733579ee379a61faa61276757de93c544a001..cf4e3ed7ed126d9ff2df54e74ba86d42a638cad8 100644
|
| --- a/LayoutTests/fast/table/table-cell-before-after-content-around-table.html
|
| +++ b/LayoutTests/fast/table/table-cell-before-after-content-around-table.html
|
| @@ -1,26 +1,26 @@
|
| -<!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: table">1234</div>
|
| -</div>
|
| -<script>
|
| -document.body.offsetTop;
|
| -document.body.style.color = 'blue';
|
| -</script>
|
| -</body>
|
| -</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: table">1234</div>
|
| +</div>
|
| +<script>
|
| +document.body.offsetTop;
|
| +document.body.style.color = 'blue';
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|