chromium/third_party/blink/web_tests/fast/backgrounds/mask-box-image-zoomed-expected.html

<!DOCTYPE html>
<style>
body {
    zoom: 2;
    margin: 0;
}
div {
    position: absolute;
    top: 0;
    left: 10px;
    width: 80px;
    height: 100px;
    background-color: green;
}
</style>
<div></div>