mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
631 B
HTML
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> |