/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
- <html>
- <body>
- test COLGROUP in midlle of a TR.
- <br> In MS IE4.0, COLGROUP takes effect and starts new TR.
- <TABLE border>
- <tr>
- <td>cell 1-1
- <td>cell 1-2
- <COLGROUP span="2" width="150">
- <COLGROUP span="2" width="0*">
- <td>cell 1-3
- <td>cell 1-4
- <tr>
- <td>cell 2-1
- <td>cell 2-2
- <td>cell 2-3
- <td>cell 2-4
- </table>
- last text
- </body>
- </html>