summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/329069-1-ref.html
blob: 8ca5fcd7eef52a8133ed75350db4e2b5c804c5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <style>
    span.fake-first-letter { color: red; }
  </style>
</head>
<body>
  <p><span class="fake-first-letter">&#x0065;&#x0301;</span>cole</p>
</body>
</html>