Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 280708-1b.html
blobc5a94ab35c98d2f9ecd54b8d68b56abbc8739175
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="y"><input id="x"></td>
8 </tr></tbody></table>
9 </body></html>