chromium/third_party/blink/web_tests/fast/sub-pixel/clip-zoomed-rect-box-with-overflow-expected.html

<!DOCTYPE html>
<html>
<head>
<style>
body {
    zoom:1.75;
}
.container {
    left: 10.5px;
    width: 52.7px;
    height: 100px;
    position: relative;
    transform: translateZ(0);
}
.test {
    border: solid 1px;
    position: absolute;
    width: 50px;
    right: 0px;
    height: 50px;
}
</style>
</head>
<body>
<div class="container">
    <div class="test"></div>
</div>