blob: 8c9ada3fc812c36097b3d03941640935cb22e746 [file] [log] [blame]
<html>
<head>
<script src="resources/sw-test-pre.js"></script>
</head>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setShouldLogDownloadCallbacks(true);
testRunner.waitUntilDownloadFinished();
testRunner.setShouldDownloadUndisplayableMIMETypes(true);
}
async function doTest()
{
await interceptedFrame("resources/service-worker-download-worker.js", "/workers/service/resources/");
window.location = "/workers/service/resources/download-binary.py";
}
doTest();
</script>
</body>
</html>