waterson%netscape.com 17634000b5 Check in buster's block regression tests.
git-svn-id: svn://10.0.0.236/trunk@72580 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-20 00:53:47 +00:00

17 lines
298 B
HTML

<HTML><HEAD>
<STYLE>
span{color:tomato} /* visual effect */
:first-letter { font-size: 200%;}
</STYLE>
</HEAD>
<BODY>
<!--<p>--> <!-- comment out the p, and the :first-letter will work correctly. -->
<span>My first letter</span> doesn't get the correct style propagated to it.
</BODY>
</HTML>