wpt / css / css-tables / crashtests / expression_width_crash.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-tables/crashtests/expression_width_crash.html

<!doctype html>
<table >
  <col style="width:min(100px,30%)">
  <td style="width:min(100px,30%)"></td>
</table>