/parser/htmlparser/tests/html/bug1259.html

http://github.com/zpao/v8monkey · HTML · 17 lines · 13 code · 4 blank · 0 comment · 0 complexity · 7e3c4e44aa6d1fa8d2866971dfeb3a7c MD5 · raw file

  1. <HTML>
  2. <body>
  3. <title>bug1259</title>
  4. <span style="background-color:yellow"><a href="bug2419.html">Next...</a></span><br><br>
  5. <font size=16pt color="red" face="arial">
  6. <ul>
  7. <li>
  8. If this text is 16pt, red, arial
  9. then then there is a style LEAK IN.
  10. </li>
  11. </ul>
  12. </body>
  13. </html>