summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/23605-3.html
blob: a0550ea29e9b297b9e87ea505ef1b3f188763014 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <style>
   p:first-letter { color: red; }
  </style>
</head>
<body>
  <p>&ldquo;Text&rdquo;</p>
</body>
</html>