4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
10 border:
1px solid black;
11 -webkit-box-reflect: right
10px;
18 background-color: green;
21 -webkit-box-reflect: below
10px;
25 transform: translateZ(
0);
28 <script type=
"text/javascript" charset=
"utf-8">
29 if (window.testRunner)
30 testRunner.waitUntilDone();
34 window.setTimeout(function() {
35 document.getElementById('inner').style.opacity = '
0.5';
36 if (window.testRunner)
37 testRunner.notifyDone();
40 window.addEventListener('load', doTest, false);
44 <p>The four green squares should look equally transparent.
</p>
45 <div class=
"outer box composited">
46 <div id=
"inner" class=
"inner box composited">