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