adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
66
mozilla/parser/htmlparser/tests/html/bug22157.html
Normal file
66
mozilla/parser/htmlparser/tests/html/bug22157.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user