| Index: LayoutTests/fast/css-generated-content/table-before-child-add.html
|
| ===================================================================
|
| --- LayoutTests/fast/css-generated-content/table-before-child-add.html (revision 75422)
|
| +++ LayoutTests/fast/css-generated-content/table-before-child-add.html (working copy)
|
| @@ -1,15 +0,0 @@
|
| -<style type="text/css">
|
| - #target::before { content:"NOT";}
|
| -</style>
|
| -<p>
|
| - Should say “NOT TEST FAILED”
|
| -</p>
|
| -<div id="not-target" style="display: table">
|
| - <div>TEST</div>
|
| -</div> FAILED
|
| -<script>
|
| - document.getElementById("not-target").id = "target";
|
| - document.body.offsetTop;
|
| - document.body.style.color = "red";
|
| -</script>
|
| -
|
|
|