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