summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/329069-3.html
blob: 4a3212d40f53fb8a66747650950657c9920e896d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="ja">
<head>
  <style>
   p:first-letter { color: red; }
  </style>
</head>
<body>
  <p>&#xFF84;&#xFF9E;&#xFF84;</p>
</body>
</html>