adding residual style tests

git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2000-01-19 21:33:20 +00:00
parent 7aea12cb09
commit 3a8ccbf675
134 changed files with 4060 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<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>