/parser/htmlparser/tests/html/col011.html
http://github.com/zpao/v8monkey · HTML · 32 lines · 30 code · 2 blank · 0 comment · 0 complexity · 61dd4abab87bbac2636c827c62a369fe MD5 · raw file
- <html>
- <body>
- Test empty THEAD tag. MS IE4.0 gives small space for each empty tr tag.
- <TABLE border>
- <THEAD>
- <tr>
- <tr>
- <tr>
- <tr>
- <tr>
- <tr>
- <tr>
- <tr>
- </THEAD>
- <TBODY>
- <tr>
- <td>cell 1-1
- <td>cell 1-2
- <td>cell 1-3
- <td>cell 1-4
- </TBODY>
- <tr>
- <td>cell 2-1
- <td>cell 2-2
- <td>cell 2-3
- <td>cell 2-4
- </table>
- last text
- </body>
- </html>