no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 280708-1a.html
blob37ff8342824b97546a46715a72f92ef30f672bef
1 <html class="reftest-wait"><head>
2 <style>
3 .rowg {display:table-row-group;}
4 </style>
5 </head><body onload="document.getElementById('x').className = 'rowg'; document.body.offsetWidth; document.getElementById('y').className = 'rowg'; document.body.offsetWidth; document.documentElement.className = '';">
6 <table><tbody><tr>
7 <td id="x"><input id="y"></td>
8 </tr></tbody></table>
9 </body></html>