7fa85c5d02a50526d5190abd5237ad451e668ac8
[nit.git] / tests / sav / curl_http_args2.res
1 Our body from the callback: <!doctype html>
2 <html>
3 <head>
4     <title>Example Domain</title>
5
6     <meta charset="utf-8" />
7     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8     <meta name="viewport" content="width=device-width, initial-scale=1" />
9     <style type="text/css">
10     body {
11         background-color: #f0f0f2;
12         margin: 0;
13         padding: 0;
14         font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15         
16     }
17     div {
18         width: 600px;
19         margin: 5em auto;
20         padding: 50px;
21         background-color: #fff;
22         border-radius: 1em;
23     }
24     a:link, a:visited {
25         color: #38488f;
26         text-decoration: none;
27     }
28     @media (max-width: 700px) {
29         body {
30             background-color: #fff;
31         }
32         div {
33             width: auto;
34             margin: 0 auto;
35             border-radius: 0;
36             padding: 1em;
37         }
38     }
39     </style>    
40 </head>
41
42 <body>
43 <div>
44     <h1>Example Domain</h1>
45     <p>This domain is established to be used for illustrative examples in documents. You may use this
46     domain in examples without prior coordination or asking for permission.</p>
47     <p><a href="http://www.iana.org/domains/example">More information...</a></p>
48 </div>
49 </body>
50 </html>
51
52 *** Answer ***
53 Status code: 200
54 Body should be empty, because we decided to manage callbacks: 0