/parser/htmlparser/tests/html/30487.html

http://github.com/zpao/v8monkey · HTML · 25 lines · 18 code · 7 blank · 0 comment · 0 complexity · 50c3532b57c49eccfb81fefbd9491be8 MD5 · raw file

  1. <html><head></head>
  2. <body bgcolor="#ffffff" text="#000000">
  3. <font face="geneva, arial, helvetica">
  4. <font size="-1">
  5. This text, in the body, is in "Font Face A"
  6. <table>
  7. <tbody><tr>
  8. <td align="center">
  9. <font face="arial, helvetica" color="#404040" size="5">
  10. This text, in a table, is in "Font Face B". Immediately following
  11. this text is a close font tag, and another erroneously placed close font
  12. tag. </font>
  13. </td>
  14. </tr>
  15. </tbody></table> This text, back in the body, should be in Font Face A,
  16. but is not because Mozilla incorrectly heeded the second close-font tag in
  17. the above table. </font>
  18. </font></body></html>