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

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