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

<html>
<head>
    <title>Test for http://bugs.webkit.org/show_bug.cgi?id=11935</title>
    <style type="text/css">
        div.square { width: 100px; height: 100px; }
    </style>
</head>
<body>
    <div class="square" style="background-color: green"></div>
</body>
</html>