6 background-color: gray;
9 border-radius:
200px
0px
100px
0px;
10 transform: translateZ(
0);
14 if (window
.testRunner
) {
15 testRunner
.waitUntilDone();
18 setTimeout(function() {
19 if (window
.testRunner
)
20 testRunner
.notifyDone();
26 <h3>It passes if:
</h3>
28 <li>the video content has rounded corners (top left and bottom right)
</li>
29 <li>gray background is not visible
</li>
31 <video src='../../media/resources/frame_size_change.webm' oncanplaythrough='canPlay();'
></video>