blob: 27d36289b662de21873634f23eba1e08fdaa5527 [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i" src="resources/iframe-with-video.html"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = function() {
v = i.contentDocument.getElementById("v");
i.remove();
v.captureStream(1.0);
};
</script>
</body>