/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
- <html>
- <head>
- <style>
- A.index:link {
- color: #333366;
- font-size: 11px;
- }
- A.index:visited {
- color: #333366;
- font-size: 11px;
- }
- A.index:active {
- color: #333366;
- font-size: 11px;
- }
- A.index:hover {
- color: #CC3300;
- font-size: 11px;
- }
- .tighter { font-weight: bold; }
- </style>
- </head>
- <body>
- <title>bug22157</title>
- <span style="background-color:yellow">
- <a href="bug23529.html">
- Next...</a></span><br><br>
- <A HREF="/hi/english/business/default.stm" CLASS="index">Business</A><br>
- <A HREF="/hi/english/entertainment/default.stm" CLASS="index"><SPAN CLASS="tighter">Entertainment</SPAN></A>
- </body>
- </html>