/parser/htmlparser/tests/html/bug22157.html

http://github.com/zpao/v8monkey · HTML · 66 lines · 31 code · 35 blank · 0 comment · 0 complexity · 41032f84fe4b02d1534a1234ba8e427e MD5 · raw file

  1. <html>
  2. <head>
  3. <style>
  4. A.index:link {
  5. color: #333366;
  6. font-size: 11px;
  7. }
  8. A.index:visited {
  9. color: #333366;
  10. font-size: 11px;
  11. }
  12. A.index:active {
  13. color: #333366;
  14. font-size: 11px;
  15. }
  16. A.index:hover {
  17. color: #CC3300;
  18. font-size: 11px;
  19. }
  20. .tighter { font-weight: bold; }
  21. </style>
  22. </head>
  23. <body>
  24. <title>bug22157</title>
  25. <span style="background-color:yellow">
  26. <a href="bug23529.html">
  27. Next...</a></span><br><br>
  28. <A HREF="/hi/english/business/default.stm" CLASS="index">Business</A><br>
  29. <A HREF="/hi/english/entertainment/default.stm" CLASS="index"><SPAN CLASS="tighter">Entertainment</SPAN></A>
  30. </body>
  31. </html>