summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/667079-1.html
blob: 7edbd926abb51e4a1b8f42bc0eb64c5801f3a450 (plain)
1
2
3
4
5
<!DOCTYPE HTML>
<body onload="document.body.style.fontSize = '100px'"
      style="font-size: 50px;">
  <div style="position: relative; display: inline; background: red;">X<table style="height: 100%; position: absolute; width: 100%; background: green; top: 0; left: 0"></table></div>
</body>