blob: 9f5e03fd7455d6aee56d069358cc396c5b6cc024 [file] [log] [blame]
<!DOCTYPE html>
<style> #float { float:left; height: 33554432px; width: 83866px; }</style>
<script src="../../../resources/check-layout.js"></script>
<body onload="checkLayout('#table')">
Elements should avoid floats even if they are as high as LayoutUnit::max()
<div id="float"> </div>
<table data-offset-y=33554432 id="table">
<td>a</td>
</table>
</body>