10 background-color: green;
18 <p>Bug
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=7180">7180</a>: Table cell's anonymous wrappers are left in the tree, impacting our layout.
</p>
19 <p>There should be no red in the output.
</p>
22 <td id=
"togglePosition"></td>
29 var element
= document
.getElementById("togglePosition");
30 element
.style
.position
= "absolute";
34 element
.style
.position
= "static";