blob: d73bdb4f280f8934a551511e7058d554ae2b0894 [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;" data-expected-width=200 id="outerDiv">
<table cellspacing="0" cellpadding="0">
<td style="width:20%;">
<div style="width:40px; height:200px;"></div>
</td>
<td></td>
</table>
</div>
<script src="../../resources/check-layout.js"></script>
<script>
checkLayout('#outerDiv');
</script>