tenfourfox/layout/tables/crashtests/705996-2.html

7 lines
219 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body onload="var a = document.getElementById('a'); a.parentNode.removeChild(a);">
<table style="border-collapse: collapse;"><tr><td colspan="2" id="a"></td><td></td></tr></table>
</body>
</html>