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