mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
13 lines
288 B
HTML
13 lines
288 B
HTML
|
<!doctype html>
|
||
|
<title>Test for bug 610935</title>
|
||
|
<style>
|
||
|
div { width:300px; background:yellow; height:50px; }
|
||
|
table { width:150%; }
|
||
|
td { background:blue; }
|
||
|
</style>
|
||
|
<div>
|
||
|
<table cellspacing="0" cellpadding="0" border="0">
|
||
|
<tr><td>parent div float=left</td></tr>
|
||
|
</table>
|
||
|
</div>
|