chromium/third_party/blink/web_tests/css3/filters/effect-reference-subregion-zoom-hw-expected.html

<style>
.box {
    background-color: green;
    width: 40px;
    height: 30px;
    left: 1px;
    top: 6px;
    position: absolute;
    transform: translateZ(0);
}
body {
    margin: 0px;
}
</style>
<div class="box">
</div>