[Webkit-unassigned] [Bug 179173] [GTK] http/tests/inspector/network/har/har-page.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 12:43:18 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=179173

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
httpVersion is missing:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/har/har-page-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/har/har-page-actual.txt
@@ -29,7 +29,7 @@
         "request": {
           "method": "GET",
           "url": "http://127.0.0.1:8000/inspector/network/har/har-page.html",
-          "httpVersion": "HTTP/1.1",
+          "httpVersion": "",
           "cookies": [],
           "headers": "<filtered>",
           "queryString": [],
@@ -39,7 +39,7 @@
         "response": {
           "status": 200,
           "statusText": "OK",
-          "httpVersion": "HTTP/1.1",
+          "httpVersion": "",
           "cookies": [],
           "headers": "<filtered>",
           "content": {

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171102/931d8c10/attachment.html>


More information about the webkit-unassigned mailing list