blob: 80798ed425e419cafb8c96f009bb39d9b9ea5b2e [file]
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<script src="../result_queue.js"></script>
</head>
<body>
<script>
navigator.serviceWorker.ready.then(swRegistration => {
return swRegistration.backgroundFetch.fetch(
'iframe-fetch', '/background_fetch/types_of_cheese.txt');
}).catch(e => sendResultToTest('permissionerror'));
</script>
</body>
</html>