gecko/layout/reftests/bugs/315920-18b.html

15 lines
302 B
HTML
Raw Normal View History

2007-12-20 19:36:38 -08:00
<!DOCTYPE html>
2007-12-20 20:35:21 -08:00
<html>
2007-12-20 19:36:38 -08:00
<head>
<style>
img:-moz-broken ~ label {color: green}
label {color: red}
img { display: none; }
</style>
</head>
<body>
<img src="no-such-scheme:nothing" id="ffximage"/>
<label for="ffximage">Text should be green</label>
</body>
</html>