summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/400826-1.html
blob: 29d489e96e5a72bd6806fc3051223648fbf1c2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<head>
<style>
p:first-letter, div:first-line {
  text-transform:uppercase;
}
</style>
</head>
<body>
<p>hello
<div>hello<br>kitty</div>
</body>
</html>