summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-transform/capitalize-7.html
blob: 3db9a27452af719b9d5e53fc9ad6fd6e50798cba (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<style>
p:first-letter { text-transform: uppercase; }
p { text-transform: capitalize }
</style>
<body>
<p>blah blah</p>
</body>
</html>