gecko/layout/tables/crashtests/368013.html

14 lines
191 B
HTML
Raw Normal View History

2013-01-26 12:28:56 -08:00
<!DOCTYPE html>
<html>
<head><title>Bug 368013</title></head>
<body>
<table>
<thead>
<col>1</col>
</thead>
<tr>
<td>1</td>
</tr>
</table>
</html>