chromium/third_party/blink/web_tests/paint/invalidation/compositing/composited-non-stacking-context-descendant-move-expected.html

<!DOCTYPE html>
<style>
body {
    margin: 0;
}
#block {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 200px;
    background-color: green;
}
</style>
<div id="block">The test passes if there is no red.</div>