overflow-scroll-paint-order-ref.html (319B)
1 <!DOCTYPE html> 2 <div style="width: 100px; height: 100px; background: green; position: relative"> 3 <div style="width: 50px; height: 50px; background: blue; position: absolute; top: 20px; left: 20px"></div> 4 <div style="width: 50px; height: 50px; background: magenta; position: absolute; top: 0; left: 0"></div> 5 </div>