blob: c75f1882173a0c641b29eea5b640c8e337b43191 [file] [log] [blame] [edit]
<!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 AudioDecoder callbacks do not leak the document object.");
onload = () => runDocumentLeakTest({ frameURL: "./resources/audio-decoder-callbacks-frame.html", framesToCreate: 20 });
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>