Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / float-in-float-painting.html
blob10fa956129753506bc2312b13379649ef8123818
1 <div>This test checks for regressions against <a
2 href="rdar://problem/4279765">Radar 4279765: REGRESSION: "More..."
3 links on flickr groups pages have hover issues (flickr.com)</a>, or
4 rather, a related painting issue. The word "PASS" should appear below
5 in translucent blue.</div>
7 <div style="opacity: 0.5">
8 <div style="float: left; height: 125px;">
9 <img width=100 height=100>
10 <br>
11 <h1 style="float: right;"><a href="about:blank">PASS</a></h4>
12 </div>
13 <br clear="all">
14 </div>