summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/overflow-scroll-paint-order-ref.html
blob: 4ea2b5daa64f0d034fb23c28ad02c4a27f8c6be5 (plain)
1
2
3
4
5
<!DOCTYPE html>
<div style="width: 100px; height: 100px; background: green; position: relative">
  <div style="width: 50px; height: 50px; background: blue; position: absolute; top: 20px; left: 20px"></div>
  <div style="width: 50px; height: 50px; background: magenta; position: absolute; top: 0; left: 0"></div>
</div>