servo/tests/wpt/mozilla
Oriol Brufau d10d01757d
Don't shrink table columns when handling cells with greater spanning (#32458)
For example:
```html
<table border="1">
  <tr>  <td></td>  <td></td>  </tr>
  <tr>  <td colspan="2"></td>  </tr>
</table>
```
We should initially size the columns according to the cells in the first
row since they have a span of 1. Then we handle the cell in the second
row with a span of 2, this should be able to increase the size of the
columns, but never decrease them.
2024-06-07 16:37:12 +00:00
..
meta Don't shrink table columns when handling cells with greater spanning (#32458) 2024-06-07 16:37:12 +00:00
meta-legacy-layout Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951) 2024-03-31 05:15:08 +00:00
tests Revert "script: implement AbortController (#31361)" (#32243) 2024-05-07 06:23:14 +00:00