Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 449171-1.html
blob9eb01d7b5d2d1418995937013bc2f52805d6fe43
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 @import url("data:text/css,.import { color: green }");
6 div { color: red }
7 @media {
8 .media { color: green }
10 </style>
11 </head>
12 <body>
13 <div class="import">test</div>
14 <div class="media">test</div>
15 <body>
16 </html>