blob: 65dda840a78b5cf9048924fa3782b194f3245335 [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 synchronous XMLHttpRequest in a shared worker.");
var worker = startWorker("resources/xmlhttprequest-response-type-blob-sync.js", "shared");
</script>
</body>
</html>