9 background-color: blue;
15 -webkit-box-reflect: below
10px;
24 if (window
.testRunner
) {
25 testRunner
.waitUntilDone();
26 testRunner
.dumpAsText();
31 window
.setTimeout(function() {
32 var reflection
= document
.getElementById('reflected');
33 var targetContainer
= document
.getElementById('container');
34 targetContainer
.appendChild(reflection
);
35 if (window
.testRunner
)
36 testRunner
.notifyDone();
39 window
.addEventListener('load', doTest
, false);
43 <p>This test should not crash when run with MallocScribble enabled.
</p>
44 <div id=
"reflected" class=
"box">
45 <div class=
"child box"></div>
47 <div id=
"container"></div>