rickg%netscape.com 3a8ccbf675 adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 21:33:20 +00:00

27 lines
631 B
HTML

<html>
<title>bug12632</title>
<span style="background-color:yellow">
<a href="bug12468.html">
Next...</a></span><br><br>
<FONT SIZE=-2><CENTER>
This should be small, but center nested inside font makes it normal
</CENTER>
</FONT>
<FONT COLOR="ff1493"><DIV>
This should be red, but div nested inside font makes it black
</DIV>
</FONT>
<CENTER>
<FONT size=-2>Now the font is inside the center, so it is small</FONT>
</CENTER>
<DIV>
<FONT COLOR="ff1493">Now the font is inside the div, so it is red</FONT>
</DIV>
</html>