399941-7.html 358 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>Test case for bug 399941.html</title>
  6. <style type="text/css">
  7. p:first-letter {
  8. color: lime;
  9. background-color: olive;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <!-- :first-letter doesn't apply to symbols -->
  15. <p>$64,000</p>
  16. </body>
  17. </html>