summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/348809-1-ref.html
blob: 18eccacb829488bd58427a82f2855ec06d530653 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
</style>
</head>
<body>
<span>There should be no red</span>
</body>
</html>