summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/348809-1a.html
blob: 6b88d0c8dce04fdfdc30a0e8c1a550910643abe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
:checked + span { color: red }
input { display: none }
</style>
</head>
<body>
<input checked="checked" id="foo"><span>There should be no red</span>
</body>
</html>