13 background-color: red;
14 transform: translateZ(
1px);
20 background-color: green;
24 -webkit-box-reflect: below
0;
29 if (window
.testRunner
) {
30 testRunner
.dumpAsTextWithPixelResults();
31 testRunner
.waitUntilDone();
36 window
.setTimeout(function() {
37 document
.getElementById('test').style
.backgroundColor
= 'transparent';
38 if (window
.testRunner
)
39 testRunner
.notifyDone();
42 window
.addEventListener('load', doTest
, false);
47 <div class=
"indicator box"></div>
48 <!-- You should see no red box below -->
49 <div id=
"test" class=
"reflected box"></div>