/parser/htmlparser/tests/html/table05k.html

http://github.com/zpao/v8monkey · HTML · 19 lines · 18 code · 1 blank · 0 comment · 0 complexity · df3bd669ff790d0686bbebb6e5d2eb9c MD5 · raw file

  1. Table in caption works.
  2. <table border>
  3. <caption>caption1 <br> text1 <font size=6> text2
  4. <table>
  5. <tr>
  6. <td>cell 1-1
  7. <td>cell 1-2
  8. <tr>
  9. <td>still in
  10. <td>caption
  11. </table>
  12. <tr>
  13. <td>cell 2-1-1
  14. <td>cell 2-1-2
  15. <tr>
  16. <td>cell 2-2-1
  17. </table>
  18. last text