summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/431341-1.html
blob: 44b80657e0c9873a2fe55abdbf2f2ec870d8bad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
<style>
p { text-transform:capitalize; }
p::first-letter { font-size:200%; float:left; }
</style>
</head>
<body>
<p>hello kitty
<p>"hello kitty"
</body>
</html>