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