mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
12 lines
279 B
HTML
12 lines
279 B
HTML
<!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>
|