Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / assert-autotablelayout-maxlogicalwidth.html
blob1338f336c0208a533273b706dc64e2845867f7d5
1 <!DOCTYPE html>
2 <html>
3 <style>
4 .percent td { width: 1%; }
5 </style>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 <p>Test for Bugzilla <a href="https://bugs.webkit.org/show_bug.cgi?id=92471">Bug 92471</a>: ASSERTION FAILED: allocatedMaxLogicalWidth <= cellMaxLogicalWidth : int WebCore::AutoTableLayout::calcEffectiveLogicalWidth().</p>
11 <p>The following test passes if there is no assert or crash.</p>
12 <table>
13 <tr>
14 <td colspan="7" style="padding: 0;" width="479">
15 <div style="position: relative; width: 479px;" ></div>
16 </td>
17 </tr>
18 <tr class="percent">
19 <td></td>
20 <td></td>
21 <td></td>
22 <td></td>
23 <td></td>
24 <td></td>
25 <td></td>
26 </tr>
27 </table>
28 </html>