Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / nopaint-after-layer-destruction.html
blob00f2d8ea3b6b04e6578adc13dce77725d6d00529
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body>
6 <p>
7 This is a pixel test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=4334">http://bugzilla.opendarwin.org/show_bug.cgi?id=4334</a>
8 REGRESSION: Flickering when css-hover should change opacity on floating elements</i>.
9 </p>
10 <p>
11 There should be a solid green square below.
12 </p>
13 <hr>
14 <div id="t" style="opacity: 0.5; float: left; width: 100px; height: 100px; background: green;"></div>
15 <script type="text/javascript">
16 document.body.offsetTop; // force layout
17 document.getElementById("t").style.opacity = "1";
18 </script>
19 </body>
20 </html>