Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseXML-nopartial.html

Issue 731443002: [LayoutTest] Fix xmlhttprequest-responseXML-nopartial flakiness. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698