| <!DOCTYPE html> |
| <html> |
| <style> |
| .percent td { width: 1%; } |
| </style> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| </script> |
| <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> |
| <p>The following test passes if there is no assert or crash.</p> |
| <table> |
| <tr> |
| <td colspan="7" style="padding: 0;" width="479"> |
| <div style="position: relative; width: 479px;" ></div> |
| </td> |
| </tr> |
| <tr class="percent"> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| </table> |
| </html> |