/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
- <html><head></head>
- <body bgcolor="#ffffff" text="#000000">
-
- <font face="geneva, arial, helvetica">
- <font size="-1">
- This text, in the body, is in "Font Face A"
- <table>
- <tbody><tr>
- <td align="center">
- <font face="arial, helvetica" color="#404040" size="5">
- This text, in a table, is in "Font Face B". Immediately following
- this text is a close font tag, and another erroneously placed close font
- tag. </font>
-
- </td>
- </tr>
- </tbody></table> This text, back in the body, should be in Font Face A,
- but is not because Mozilla incorrectly heeded the second close-font tag in
- the above table. </font>
- </font></body></html>