Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 352980-1d.html
blob8ca2918e335cb7b4c0059ccdbba5dacc0a2c3bdf
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 span { color: red }
6 :default + span { color: green }
7 span.reverse { color: green }
8 :default + span.reverse { color: red }
9 input { display: none }
10 </style>
11 </head>
12 <body>
13 <form>
14 <input><input type="image"><span>This should be green</span>
15 </form>
16 </body>
17 </html>