summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/776443-2.html
blob: f02bff10a91d0b6aeb5dd85f99040186592a3958 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<style>
  table { background: yellow; }
  td { width: calc(250px + 250px); }
</style>
<table><tr><td>Should be 500px wide</td></tr></table>