Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / curl-command-expected.txt
blobf44d5bc6232b9632b8d385b21cd658df0dc3a82d
1 Tests curl command generation
3 curl 'http://example.org/path' --compressed
4 curl 'http://example.org/path' --data-binary '123' --compressed
5 curl 'http://example.org/path' -H 'Content-Type: application/x-www-form-urlencoded' --data '1&b' --compressed
6 curl 'http://example.org/path' -H 'Content-Type: application/json' --data-binary '{"a":1}' --compressed
7 curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary $'1234\r\n00\x02\x03\x04\x05\'"!' --compressed
8 curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary $'1234\r\n\x0100\x02\x03\x04\x05\'"!' --compressed
9 curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary $'\x7f\x80\x90\xff\x09\u0700' --compressed
10 curl 'http://labs.ft.com/?querystring=\[\]\{\}' --compressed
11 curl 'http://example.org/path' -H 'Content-Type: application/binary' --data-binary '%PATH%$PATH' --compressed
12 curl 'http://example.org/path' --compressed