| Index: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..79b7e8b77d2140ce8724a601164d77d6e86dbb17
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html
|
| @@ -0,0 +1,13 @@
|
| +<html>
|
| +<body>
|
| +<p></p>
|
| +<div id="console"></div>
|
| +<script src="../resources/js-test-pre.js"></script>
|
| +<script>
|
| +description("Request a file as the Blob type with asynchronous XMLHttpRequest in a document context.");
|
| +window.jsTestIsAsync = true;
|
| +</script>
|
| +<script src="resources/xmlhttprequest-response-type-blob.js"></script>
|
| +<script src="../resources/js-test-post.js"></script>
|
| +</body>
|
| +</html>
|
|
|