summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/484400-1-ref.html
blob: 0b303704832599a2162f0ce1d8ea4233356dd0db (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<style>
  div::first-letter { color: red; font-size: 200%; background-color: blue; }
</style>
</head>
<body>
  <div>
    T
  </div>
</body>