summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/617869-1.html
blob: 8b9db98aa0f393da7addb7a63d51e05c8251c12c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
  <style>
   p:first-letter { color: red; font-size: 200%; }
  </style>
</head>
<body>
  <p>Some text</p>
</body>
</html>