Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 514917-1.html
blob5f7ec084a1d94c1f23943d925a4191ad74acb878
1 <!DOCTYPE HTML>
2 <title>Testcase, bug 514917</title>
3 <style type="text/css">
5 body > div {
6 overflow: auto; /* to detect too much overflow, which is the bug here */
7 width: 200px;
8 height: 200px;
11 body > div > div {
12 width: 100px;
13 height: 100px;
14 box-shadow: blue 50px 50px;
17 body > div > div > div {
18 width: 160px;
19 height: 160px;
20 border: medium solid;
23 </style>
24 <body>
25 <div><div><div></div></div></div>
26 </body>