summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/496032-1-ref.html
blob: faed2e13d1b3ebf061d6cd08a52cc1b31fc153b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
<style>
div { color:lime; }
div:first-letter { font-size:200%; }
</style>
</head>
<body>
<button><div>Hello</div></button>
</body>
</html>