summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/expression_width_crash.html
blob: 5c636bef6ab8acb68553c1b9b19e9ae744229c30 (plain)
1
2
3
4
5
<!doctype html>
<table >
  <col style="width:min(100px,30%)">
  <td style="width:min(100px,30%)"></td>
</table>