tests: Test result update for `curl_http`
[nit.git] / tests / sav / curl_http_args1.res
index c47c136..0c199db 100644 (file)
@@ -1,5 +1,5 @@
-Status code : 200
-Body : <!doctype html>
+Status code: 200
+Body: <!doctype html>
 <html>
 <head>
     <title>Example Domain</title>
@@ -12,29 +12,25 @@ Body : <!doctype html>
         background-color: #f0f0f2;
         margin: 0;
         padding: 0;
-        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
         
     }
     div {
         width: 600px;
         margin: 5em auto;
-        padding: 50px;
-        background-color: #fff;
-        border-radius: 1em;
+        padding: 2em;
+        background-color: #fdfdff;
+        border-radius: 0.5em;
+        box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
     }
     a:link, a:visited {
         color: #38488f;
         text-decoration: none;
     }
     @media (max-width: 700px) {
-        body {
-            background-color: #fff;
-        }
         div {
-            width: auto;
             margin: 0 auto;
-            border-radius: 0;
-            padding: 1em;
+            width: auto;
         }
     }
     </style>    
@@ -43,9 +39,9 @@ Body : <!doctype html>
 <body>
 <div>
     <h1>Example Domain</h1>
-    <p>This domain is established to be used for illustrative examples in documents. You may use this
-    domain in examples without prior coordination or asking for permission.</p>
-    <p><a href="http://www.iana.org/domains/example">More information...</a></p>
+    <p>This domain is for use in illustrative examples in documents. You may use this
+    domain in literature without prior coordination or asking for permission.</p>
+    <p><a href="https://www.iana.org/domains/example">More information...</a></p>
 </div>
 </body>
 </html>