chromium/third_party/blink/web_tests/paint/invalidation/overflow/overflow-delete-line-expected.html

<html>
<body>
    <p>
        This is a repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11277">http://bugs.webkit.org/show_bug.cgi?id=11277</a>
        REGRESSION: Incomplete repaint of overflow areas when deleting</i>.
    </p>
    <hr>
    <div contenteditable id="dv" style="overflow: hidden; outline: none; width: 80px; height: 36px">
        Lorem ipsu
    </div>
</body>
</html>