chromium/third_party/blink/web_tests/fast/block/float/intruding-painted-twice.html

<head>
    <style>
        div { color: rgba(0, 0, 0, 0.5); font-size: 24px; }
    </style>
</head>
<body>
    <p>
        Rendering test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=17107">http://bugs.webkit.org/show_bug.cgi?id=17107</a>
        REGRESSION(r29834): Article text on redhat.com magazine site appears to be painting twice</i>.
    </p>
    <p>
        These two lines of text should be the same shade of gray:
    </p>
    <div>
        Lorem ipsum dolor sit amet
    </div>
    <div>
        <div style='float: left'>Lorem ipsum dolor sit amet</div>
    </div>
    <br style="clear: both;">
</body>