Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 705996-1.html
blob13d64dc84075a24c0b9adc1a92ad0c4530124934
1 <!DOCTYPE html>
2 <html>
3 <body onload="document.getElementById('x').setAttribute('rowspan', '3');">
4 <table style="border-collapse: collapse;"><td colspan="3" id="x"></td></table>
5 </body>
6 </html>