blob: 5f1f3461bcd455b20045c55cf453c55135b69840 [file]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<script src="../../resources/document-leak-test.js"></script>
</head>
<body>
<script>
description("Tests that HTMLVideoElement.requestVideoFrameCallback does not leak the document object.");
onload = () => runDocumentLeakTest({ frameURL: "resources/request-video-frame-callback.html", framesToCreate: 20 });
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>