Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 352980-1b.html
blobf4201bf781bc6750d9e43dec07a9cb1873505aca
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 type="image"><span>This should be green</span>
15 <input type="submit">
16 </form>
17 </body>
18 </html>