summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/429968-2-ref.html
blob: b541822a4d51b5a72c2b9d38a140bcd276cefd12 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<style>
body { color:black; }
span { color:lime; }
</style>
</head>
<body><span>A</span>B</body>
</html>