Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 315920-18b.html
blob37e46efc1a5da3bedd8660837fb49b39c3998218
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 img:-moz-broken ~ label {color: green}
6 label {color: red}
7 img { display: none; }
8 </style>
9 </head>
10 <body>
11 <img src="no-such-scheme:nothing" id="ffximage"/>
12 <label for="ffximage">Text should be green</label>
13 </body>
14 </html>