| Index: LayoutTests/fast/table/table-row-before-child-in-table.html
|
| diff --git a/LayoutTests/fast/table/table-row-before-child-in-table.html b/LayoutTests/fast/table/table-row-before-child-in-table.html
|
| index 2c95d0b64f50924efbb4ca22ff6ff3f343726b6d..89e62472ba11a7971d5b96f9899b4d09facf3f39 100644
|
| --- a/LayoutTests/fast/table/table-row-before-child-in-table.html
|
| +++ b/LayoutTests/fast/table/table-row-before-child-in-table.html
|
| @@ -1,27 +1,27 @@
|
| -<html>
|
| -<style>
|
| -#target
|
| -{
|
| - display: table;
|
| - border-color: green;
|
| - border-style: solid;
|
| - padding: 1em 1em;
|
| -}
|
| -
|
| -#target::before
|
| -{
|
| - content: "BEFORE";
|
| - display: table-row;
|
| - 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::before
|
| +{
|
| + content: "BEFORE";
|
| + display: table-row;
|
| + 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>
|
|
|