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

Unified Diff: LayoutTests/inspector/curl-command.html

Issue 26237002: Removing сolon from cURL command header. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/inspector/curl-command-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/curl-command.html
diff --git a/LayoutTests/inspector/curl-command.html b/LayoutTests/inspector/curl-command.html
index 97618d0f630391e95a5b16951ad5b79ea1ba7a44..745929165e9e54586d8f61184e2b17191486ad06 100644
--- a/LayoutTests/inspector/curl-command.html
+++ b/LayoutTests/inspector/curl-command.html
@@ -38,6 +38,7 @@ var test = function()
dumpRequest({"Content-Type": "application/binary"}, "\x7F\x80\x90\xFF\u0009\u0700");
dumpRequest({}, "", "http://labs.ft.com/?querystring=[]{}"); // Character range symbols must be escaped (http://crbug.com/265449).
dumpRequest({"Content-Type": "application/binary"}, "%PATH%$PATH");
+ dumpRequest({":host": "h", "version": "v"});
InspectorTest.completeTest();
}
« no previous file with comments | « no previous file | LayoutTests/inspector/curl-command-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698