chromium/third_party/blink/web_tests/paint/invalidation/position/fixed-expected.html

<!DOCTYPE html>
<body onload="scrollTo(0, 20)" style="height:2000px;">
  <p style="position: absolute; top: 20px;">
      Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11452">http://bugs.webkit.org/show_bug.cgi?id=11452</a>
      REGRESSION (r16736-r16801): Incorrect repaint of fixed boxes</i>.
  </p>
  <div style="position: absolute; width: 100px; height: 100px; top: 120px; background: green"></div>
</body>