retained-dl-style-change-stacking-context-3-ref.html (266B)
1 <html> 2 <head> 3 <style> 4 body { 5 margin: 0px; 6 } 7 div { 8 width:100px; 9 height:100px; 10 display: inline-block; 11 position:absolute; 12 background-color: green; 13 } 14 </style> 15 </head> 16 <body> 17 <div></div> 18 <div style="top: 110px;"></div> 19 </body> 20 </html>