Mypal/layout/reftests/position-relative/1409114-1.html

11 lines
188 B
HTML

<!DOCTYPE html>
<html>
<body>
<table>
<col style="background:green">
<tr>
<td style="position:relative; left:-100px; width:20px; height:20px"></td>
</tr>
</table>
</body>
</html>