/parser/htmlparser/tests/html/col015.html

http://github.com/zpao/v8monkey · HTML · 22 lines · 21 code · 1 blank · 0 comment · 0 complexity · 3f486c9034ee589d8a8e4cd8504ff243 MD5 · raw file

  1. <html>
  2. <body>
  3. test COLGROUP in midlle of a TR.
  4. <br> In MS IE4.0, COLGROUP takes effect and starts new TR.
  5. <TABLE border>
  6. <tr>
  7. <td>cell 1-1
  8. <td>cell 1-2
  9. <COLGROUP span="2" width="150">
  10. <COLGROUP span="2" width="0*">
  11. <td>cell 1-3
  12. <td>cell 1-4
  13. <tr>
  14. <td>cell 2-1
  15. <td>cell 2-2
  16. <td>cell 2-3
  17. <td>cell 2-4
  18. </table>
  19. last text
  20. </body>
  21. </html>