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