Index: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseXML-nopartial.html |
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseXML-nopartial.html b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseXML-nopartial.html |
index 30924e285c2b0b24778f42632c33060f3a2f6412..b2e069685ef95ecb25a119b072cb01006ca579c5 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseXML-nopartial.html |
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseXML-nopartial.html |
@@ -17,6 +17,6 @@ xhr.onreadystatechange = function () { |
testRunner.notifyDone(); |
} |
-xhr.open("GET", "resources/small-chunks.cgi", true); |
+xhr.open("GET", "resources/test.html", true); |
kouhei (in TOK)
2014/11/14 07:40:52
The reason I used small-chunks here is to test tha
yhirano
2014/11/14 08:56:56
Done.
|
xhr.send(null); |
</script> |