6 transform: translateZ(
0px);
14 left:
20px; right:
20px;
20 border:
1px solid transparent;
21 -webkit-box-shadow:
0 0 6px #
090;
22 background-color: #
090;
25 overflow-y: hidden; /* scrollable but no scrollbars visible. */
31 height:
1000px; /* make the container scrollable */
32 background-color: #
0d0;
35 <script type=
"text/javascript">
36 if (window
.testRunner
) {
37 testRunner
.dumpAsTextWithPixelResults();
38 testRunner
.waitUntilDone();
41 window
.onload = function() { setTimeout(function() {
42 if (window
.testRunner
) {
43 testRunner
.notifyDone();
50 <!-- If culled incorrectly, the top/left edges outside of the shadowed box end up being culled instead of painted/drawn properly.
51 If clipping/transforms are applied wrongly, outside the right/bottom edges may also end up being culled. -->
52 <div class=
"comp shadow">
54 <div class=
"scrollContent">