chromium/third_party/blink/web_tests/fast/block/float/logical-bottom-exceeds-layoutunit-max.html

<!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>