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

Unified Diff: LayoutTests/http/tests/inspector/network/network-xhr-replay.html

Issue 221833004: Cleanup inspector test expectations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months 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
Index: LayoutTests/http/tests/inspector/network/network-xhr-replay.html
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-replay.html b/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
index b281742684ec9b0706edce170d1c7999b6b239a1..ee230597b475be05404efbd9088748360d0f6332 100644
--- a/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
+++ b/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
@@ -37,7 +37,7 @@ function test()
function step1()
{
- InspectorTest.makeXHR(method, url, async, user, password, headers, withCredentials, payload, step2);
+ InspectorTest.makeXHR(method, url, async, user, password, headers, withCredentials, payload, type, step2);
}
var originalRequest;

Powered by Google App Engine
This is Rietveld 408576698