Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / response-text.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6     <script src="/js-test-resources/js-test.js"></script>
7     <script>
8     description("Request a file as the Text type with asynchronous XMLHttpRequest in a document context.");
9     window.jsTestIsAsync = true;
10     </script>
11     <script src="resources/response-text.js"></script>
12 </body>
13 </html>