Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 538909-1.html
blob7e9af84c61f38b5631acb22e3374098a017563ef
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 div {
6 border: 80px solid transparent;
7 width: 100px;
8 height: 100px;
9 background-image: linear-gradient(to bottom right, yellow, blue);
11 </style>
12 </head>
13 <body>
14 <div></div>
15 </body>
16 </html>