4 transform: translateZ(
0);
15 .container::-webkit-scrollbar {
16 background-color: rgba(
0,
127,
0,
0.5);
19 .container::-webkit-resizer {
20 background-color: rgba(
0,
127,
0,
0.5);
24 background-color: rgba(
0,
127,
0,
0.5);
30 if (window
.testRunner
)
31 testRunner
.dumpAsTextWithPixelResults();
33 <!-- You should see a single 50% transparent green square -->
34 <div id=
"container" class=
"container composited">
35 <div class=
"contents"></div>