| Index: LayoutTests/fast/table/table-cell-after-child-in-table.html
|
| diff --git a/LayoutTests/fast/table/table-cell-after-child-in-table.html b/LayoutTests/fast/table/table-cell-after-child-in-table.html
|
| index 584f8a9c7c4425938ae6e20f3b0ef60fb5340e80..82e95abfc66ea87344123cc6757ba14afec8eb61 100644
|
| --- a/LayoutTests/fast/table/table-cell-after-child-in-table.html
|
| +++ b/LayoutTests/fast/table/table-cell-after-child-in-table.html
|
| @@ -1,27 +1,27 @@
|
| -<html>
|
| -<style>
|
| -#target
|
| -{
|
| - display: table;
|
| - 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">
|
| -<span>CONTENT </span>
|
| -</div>
|
| -<script>
|
| - document.body.offsetTop;
|
| - target.style.color = "red";
|
| -</script>
|
| -</html>
|
| +<html>
|
| +<style>
|
| +#target
|
| +{
|
| + display: table;
|
| + 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">
|
| +<span>CONTENT </span>
|
| +</div>
|
| +<script>
|
| + document.body.offsetTop;
|
| + target.style.color = "red";
|
| +</script>
|
| +</html>
|
|
|