summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/23605-4.html
blob: 21d04b7d8ea3b70512d08648b691e0415c304b2e (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>&sbquo;Text&sbquo;</p>
</body>
</html>