Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 563584-8d.html
blob800e1202896d2094194385bbdcadf6276eb54b58
1 <!DOCTYPE HTML>
2 <html class="reftest-paged">
3 <title>Test for setting and handling of mIsTopOfPage on floats</title>
4 <body style="margin: 0">
5 <div style="height: 1in"></div>
6 <div style="float: left; height: 1in; width: 1in; background: fuchsia"></div>
7 <div style="float: left">
8 <div><div style="display:inline-block; vertical-align: top; height: 3in; width: 1in; background: aqua"></div></div>
9 <div><div style="display:inline-block; vertical-align: top; height: 1in; width: 1in; background: yellow"></div></div>
10 </div>