summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/280708-1a.html
blob: 37ff8342824b97546a46715a72f92ef30f672bef (plain)
1
2
3
4
5
6
7
8
9
<html class="reftest-wait"><head>
<style>
.rowg {display:table-row-group;}
</style>
</head><body onload="document.getElementById('x').className = 'rowg'; document.body.offsetWidth; document.getElementById('y').className = 'rowg'; document.body.offsetWidth; document.documentElement.className = '';">
<table><tbody><tr>
<td id="x"><input id="y"></td>
</tr></tbody></table>
</body></html>