chromium/third_party/blink/web_tests/paint/invalidation/float-offscreen-expected.html

<!DOCTYPE html>
<style>
#target::-webkit-scrollbar {
  display: none;
}
</style>
<div id="target" style="height:300px; overflow:scroll; isolation: isolate;">
    <table>
        <td>
            <input size="8" style="float: left;">
        </td>
    </table>
    <div style="width: 100px; height: 1000px"></div>
</div>