chromium/third_party/blink/web_tests/rootscroller/root-scroller-paint-order-expected.html

<!DOCTYPE html>
<body style="background: green; margin: 0; overflow: hidden">
  <div style="width: 100vw; height: 100vh; background: blue; margin: 50px"></div>
  <div style="width: 100px; height: 100px; background: magenta; position: absolute; top: 0; left: 0"></div>
</body>