summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/calc-percent-plus-0px-ref.html
blob: 7dc722cc2e7bded73e74b44d7b8fa6f7c3af20f1 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<title>Simple calc expression in table layout</title>
<table border>
  <tr>
    <td style="width: 50%">x</td>
    <td style="width: 100px">y</td>
  </tr>
</table>