/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

  1. <html>
  2. <body>
  3. Test empty THEAD tag. MS IE4.0 gives small space for each empty tr tag.
  4. <TABLE border>
  5. <THEAD>
  6. <tr>
  7. <tr>
  8. <tr>
  9. <tr>
  10. <tr>
  11. <tr>
  12. <tr>
  13. <tr>
  14. </THEAD>
  15. <TBODY>
  16. <tr>
  17. <td>cell 1-1
  18. <td>cell 1-2
  19. <td>cell 1-3
  20. <td>cell 1-4
  21. </TBODY>
  22. <tr>
  23. <td>cell 2-1
  24. <td>cell 2-2
  25. <td>cell 2-3
  26. <td>cell 2-4
  27. </table>
  28. last text
  29. </body>
  30. </html>