chromium/third_party/blink/web_tests/fast/block/float/float-in-float-painting.html

<!DOCTYPE html>
<div>This test checks for regressions against <a
href="rdar://problem/4279765">Radar 4279765: REGRESSION: "More..."
links on flickr groups pages have hover issues (flickr.com)</a>, or
rather, a related painting issue. The word "PASS" should appear below
in translucent blue.</div>

<div style="opacity: 0.5">
    <div style="float: left; height: 125px;">
        <img width=100 height=100>
        <br>
        <h1 style="float: right;"><a href="about:blank">PASS</a></h4>
    </div>
    <br clear="all">
</div>