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>.
11 There should be a solid green square below.
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";