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