| Index: LayoutTests/fast/table/table-cell-after-child-in-block.html
|
| diff --git a/LayoutTests/fast/table/table-cell-after-child-in-block.html b/LayoutTests/fast/table/table-cell-after-child-in-block.html
|
| index 44d9343a365bc526e23ed1a430b6f418ca7d9afc..e93329ca49e65124d2f85fb0f63e6a562eff33df 100644
|
| --- a/LayoutTests/fast/table/table-cell-after-child-in-block.html
|
| +++ b/LayoutTests/fast/table/table-cell-after-child-in-block.html
|
| @@ -1,26 +1,26 @@
|
| -<html>
|
| -<style>
|
| -#target
|
| -{
|
| - border-color: green;
|
| - border-style: solid;
|
| - padding: 1em 1em;
|
| -}
|
| -
|
| -#target::after
|
| -{
|
| - content: "AFTER";
|
| - display: table-cell;
|
| - border-color: blue;
|
| - border-style: solid;
|
| - padding: 1em 1em;
|
| -}
|
| -</style>
|
| -<div id="target">
|
| -<div id="span">CONTENT </div>
|
| -</div>
|
| -<script>
|
| - document.body.offsetTop;
|
| - target.style.color = "red";
|
| -</script>
|
| -</html>
|
| +<html>
|
| +<style>
|
| +#target
|
| +{
|
| + border-color: green;
|
| + border-style: solid;
|
| + padding: 1em 1em;
|
| +}
|
| +
|
| +#target::after
|
| +{
|
| + content: "AFTER";
|
| + display: table-cell;
|
| + border-color: blue;
|
| + border-style: solid;
|
| + padding: 1em 1em;
|
| +}
|
| +</style>
|
| +<div id="target">
|
| +<div id="span">CONTENT </div>
|
| +</div>
|
| +<script>
|
| + document.body.offsetTop;
|
| + target.style.color = "red";
|
| +</script>
|
| +</html>
|
|
|