/parser/htmlparser/tests/html/table201.html

http://github.com/zpao/v8monkey · HTML · 22 lines · 20 code · 2 blank · 0 comment · 0 complexity · e1b638bb7896bbfa72691532a199d144 MD5 · raw file

  1. Table in table, but not in tr-td.
  2. <br> the outter table is ignored.
  3. <table border>
  4. <caption> caption of table2.</caption>
  5. <table border>
  6. <caption> caption of table1.</caption>
  7. <tr>
  8. <td>first cell in table1
  9. <td>second cell in table1
  10. <tr>
  11. <td>third cell in table1
  12. <td>fourth cell in table1
  13. </table>
  14. <tr>
  15. <td>This is the first cell in table2.
  16. </table>
  17. NOTE, even no line break here!
  18. <br>
  19. Caption of outer table is ignored.
  20. Data of outer table is treated as text.