Index: third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt |
deleted file mode 100644 |
index f44d5bc6232b9632b8d385b21cd658df0dc3a82d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/inspector/curl-command-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-Tests curl command generation |
lushnikov
2016/07/30 00:34:54
this file is removed, isn't it?..
allada
2016/08/01 19:01:03
Yes this file was removed because the test does no
|
- |
-curl 'http://example.org/path' --compressed |
-curl 'http://example.org/path' --data-binary '123' --compressed |
-curl 'http://example.org/path' -H 'Content-Type: application/x-www-form-urlencoded' --data '1&b' --compressed |
-curl 'http://example.org/path' -H 'Content-Type: application/json' --data-binary '{"a":1}' --compressed |
-curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary $'1234\r\n00\x02\x03\x04\x05\'"!' --compressed |
-curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary $'1234\r\n\x0100\x02\x03\x04\x05\'"!' --compressed |
-curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary $'\x7f\x80\x90\xff\x09\u0700' --compressed |
-curl 'http://labs.ft.com/?querystring=\[\]\{\}' --compressed |
-curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary '%PATH%$PATH' --compressed |
-curl 'http://example.org/path' --compressed |
- |