399941-2.html (593B)
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, revised in bug 1260366 and again in 6 bug 1957384 due to spec changes</title> 7 <style type="text/css"> 8 p:first-letter { 9 color: lime; 10 background-color: olive; 11 } 12 </style> 13 </head> 14 <body> 15 <!-- Punctuation in class Pc should be included: there is a first-letter here --> 16 <p>_I_, said the Fly,</p> 17 <!-- Punctuation in class Pd should be included before the letter, but not after it --> 18 <p>-I-, said the Fly,</p> 19 </body> 20 </html>