Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / response-text.html
blob54209a218b65684e419ad3019b3618b155351ede
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>