399941-2.html 564 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>Reference: Test case for bug 399941, revised in bug 1260366 due to spec changes</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. <!-- Punctuation in class Pc should be included: there is a first-letter here -->
  15. <p>_I_, said the Fly,</p>
  16. <!-- Punctuation in class Pd should be included: there is a first-letter here -->
  17. <p>-I-, said the Fly,</p>
  18. </body>
  19. </html>