summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/120834-2-ref.html
blob: 5d6a91153458cacc73c4dea1882e9c348e88c962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
</style>

<body>
<span>There should be no red</span>
<span>There should be no red</span>
</body>
</html>