6 background-color: gray;
9 border-radius:
200px
0px
100px
0px;
10 box-shadow:
0 0 8px
8px red;
12 transform: translateZ(
0);
16 if (window
.testRunner
) {
17 testRunner
.waitUntilDone();
20 setTimeout(function() {
21 if (window
.testRunner
)
22 testRunner
.notifyDone();
28 <h3>It passes if:
</h3>
30 <li>the video content has rounded corners (top left and bottom right)
</li>
31 <li>the remaining space is gray and has same rounded corners as video content
</li>
32 <li>has box shadow around the video element
</li>
34 <video src='../../media/resources/frame_size_change.webm' oncanplaythrough='canPlay();'
></video>