summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/basic-ref.html
blob: d1aa8815dbc1303e6e4ed89d6940c841d28bf3c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <style>
  div { color: black; }
  span { color: green; }
  </style>
</head>
<body>
  <div><span>T</span>his is text</div>
</body>
</html>