10 if (window
.testRunner
) {
11 testRunner
.dumpAsText();
12 testRunner
.waitUntilDone();
16 setTimeout('addRounded()', 200);
18 function addRounded() {
19 theVideo
.classList
.add('rounded');
20 theVideo
.src
= "empty_file";
21 setTimeout(function() {
22 document
.getElementById('description').innerText
+= ' - PASS';
23 if (window
.testRunner
)
24 testRunner
.notifyDone();
30 <div id=
"description">This sometimes causes a crash
</div>
31 <video id=
"theVideo" src='../../media/resources/frame_size_change.webm' oncanplaythrough='canPlay();'
></video>