blob: b3e4be245b54a835fe26c127a3a08e6250103653 [file] [log] [blame]
<!DOCTYPE html>
<p>There should be a blue square below. Inner table's percent-driven width
should affect the shrink-to-fit div.</p>
<div style="float:left; background:blue;">
<table cellspacing="0" cellpadding="0">
<td style="width:20%;">
<div style="width:40px; height:200px;"></div>
</td>
<td></td>
</table>
</div>