6 transform:translateZ(
0);
12 background-color: green;
27 if (window
.testRunner
) {
28 testRunner
.dumpAsTextWithPixelResults();
29 testRunner
.waitUntilDone(true);
31 var video
= document
.querySelector('video');
32 video
.onerror
= endTest
;
33 video
.src
= "bogus.ogv";
37 if (window
.testRunner
)
38 testRunner
.notifyDone();
41 <body onload=
"runTest()">
42 <!-- video controls should appear in their own layer -->
46 <!-- this div is beneath the video in a stacking context and should through the video into compositing due to overlap -->