/parser/htmlparser/tests/html/del011.html

http://github.com/zpao/v8monkey · HTML · 23 lines · 23 code · 0 blank · 0 comment · 0 complexity · 0fe60f33a42276d16489f87a61324095 MD5 · raw file

  1. <html>
  2. <head>
  3. <title>DEL cross scope with a table</title>
  4. </head>
  5. <body>
  6. DEL cross scope with a table<br>
  7. It starts before table, but ends inside table.
  8. <br>It does not effect the table, but the DEL is terminated after the table.
  9. <br>1normal text in body line 1.
  10. <STRIKE>
  11. text in DEL.
  12. <table border>
  13. <tr>
  14. <td>This is the first cell in the table
  15. <td>This cell 2 </td>
  16. </STRIKE>
  17. <tr>
  18. <td>This is the third cell in the table
  19. <td>This is the fourth cell in the table
  20. </table>
  21. 2normal text in body line 2.
  22. </body>
  23. </html>