tests: Test result update for `curl_http`
authorFlorian Deljarry <deljarry.florian@gmail.com>
Mon, 21 Oct 2019 21:07:51 +0000 (17:07 -0400)
committerFlorian Deljarry <deljarry.florian@gmail.com>
Mon, 21 Oct 2019 21:07:51 +0000 (17:07 -0400)
Signed-off-by: Florian Deljarry <deljarry.florian@gmail.com>

tests/sav/curl_http_args1.res
tests/sav/curl_http_args2.res
tests/sav/curl_http_args3.res

index 587f274..0c199db 100644 (file)
@@ -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>
index 7fa85c5..da5e31d 100644 (file)
@@ -11,29 +11,25 @@ Our body from the callback: <!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>    
@@ -42,9 +38,9 @@ Our body from the callback: <!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>
index bf03427..534c086 100644 (file)
@@ -1,3 +1,3 @@
 *** Answer ***
 Status code: 200
-Size downloaded: 1270.0
+Size downloaded: 1256.0