Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 571347-2a.html
blobfb9e23eeced976e17557c5d455fccbf7f41530fe
1 <!-- Quirks on purpose -->
2 <head>
3 <style>
4 body { color: red; }
5 .Foo { color: green; }
6 </style>
7 <body onload="document.body.className = 'abc Foo'" class="abc">
8 This should be green
9 </body>
10 </head>