summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/23605-2.html
blob: 4b9ab8b17c041117e3c0cfff5e731dd0f4c5bed4 (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>"Text"</p>
</body>
</html>