RetroZilla/layout/html/tests/block/bugs/12760.html

17 lines
298 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>