chromium/third_party/blink/web_tests/fast/sub-pixel/block-with-border-overflow-expected.html

<!DOCTYPE html>
<div style="display:inline-block; overflow:hidden; border:1.25px solid black;">
  <div style="background-color:green; width:200px; height:100.5px;">
            Should neither overflow nor display a scrollbar.
  </div>
</div>