Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / logical-bottom-exceeds-layoutunit-max.html
blob26f1800216aa2638365d7746e4913e6740105e35
1 <!DOCTYPE html>
2 <style> #float { float:left; height: 33554431px; width: 83866px; }</style>
3 <script src="../../../resources/check-layout.js"></script>
4 <body onload="checkLayout('#table')">
5 Elements should avoid floats even if they are as high as LayoutUnit::max()
6 <div id="float"> </div>
7 <table data-offset-y=33554432 id="table">
8 <td>a</td>
9 </table>
10 </body>