blob: 5495ae3d5a24851f9087ccecfa356ccab715bd18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<title>Test for bug 610935</title>
<style>
div { width:300px; background:yellow; height:50px; }
td { background:blue; }
</style>
<div>
<table width="150%" cellspacing="0" cellpadding="0" border="0">
<tr><td>parent div float=left</td></tr>
</table>
</div>
|