blob: 522b72e103692a407b7db2e45f9a1d5bd10b21e2 [file] [edit]
<!DOCTYPE html>
<html>
<body>
<script src="../../resources/js-test-pre.js"></script>
<script src="../../resources/document-leak-test.js"></script>
<script>
description("Tests that the RemotePlayback.watchAvailability callback does not leak the Document object.");
onload = () => runDocumentLeakTest({ frameURL: "./resources/remoteplayback-watch-availability-frame.html", framesToCreate: 20 });
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>