Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 589672-1.html
blobb4a28454058f65ffd7a80843ca38089e44774bfa
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body { color: red; }
6 </style>
7 <style>
8 @namespace;
9 body { color: green }
10 </style>
11 </head>
12 <body>This should be green</body>
13 </html>