Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 98223-2-ref.html
blob7cf3cceca34ac744c484a670ef2551f1aaeb9bf9
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
4 <html lang="en">
5 <head>
6 <title>Testcase #2 for bug 98223</title>
8 <style type="text/css">
10 .outer { padding-left:150px; height:100px; width:50px; background: yellow; }
11 .inner { position:absolute; height:50px; width:50px; background-color:lime; }
13 </style>
16 </head>
17 <body>
19 <div style="position:absolute; width:200px">
20 <div class="outer">
21 <div class="inner"></div>
22 </div>
23 </div>
25 </body>
26 </html>