blob: 5ae1d91da6dd9b8c2dd60323d7cb2d665a32c582 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script src="/js-test-resources/js-test.js"></script>
<script>
description("Request a file as the Blob type with asynchronous XMLHttpRequest in a shared worker.");
var worker = startWorker("resources/xmlhttprequest-response-type-blob.js", "shared");
</script>
</body>
</html>