RetroZilla/layout/html/tests/table/bugs/bug3263.html

13 lines
114 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<TABLE border=1>
<THEAD>
<TR><TH>thead cell
<tbody>
<TR><TD>tbody cell
</TABLE>
</body>
</html>