Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 328111-1.html
blobab6857409bb259886a2e9a26b07df2b3b93f8dd9
1 <!DOCTYPE html>
2 <html><head>
3 <style>
4 p:first-letter{
5 color:red;
7 </style>
8 </head>
10 <body>
11 <p>test</p>
12 <p>*test</p>
13 <p>**test</p>
14 <p>***test</p>
15 <p>&nbsp;test</p>
16 </body>
17 </html>