chromium/third_party/blink/web_tests/paint/invalidation/box/margin-expected.html

<!DOCTYPE HTML>
<style>
body {
    margin: 0;
}
div {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: green;
    margin: 20px;
}
</style>
<div id="target"></div>