RetroZilla/layout/html/tests/block/bugs/12760.html
2015-10-20 23:03:22 -04: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>