Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 315920-18a.html
blob6ee39dce01a061e163cff0e7d96ecb4916f0f188
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <style>
5 label {color: red}
6 img:not(:-moz-broken) ~ label {color: green}
7 img { display: none; }
8 </style>
9 </head>
10 <body onload='var i1 = document.getElementById("ffximage");
11 i1.onload =
12 function() { document.documentElement.className = ""; };
13 i1.setAttribute("src", "solidblue.png");'>
14 <img src="no-such-scheme:nothing" id="ffximage"/>
15 <label for="ffximage">Text should be green</label>
16 </body>
17 </html>