Bug 178781
Summary: | [GTK] http/tests/inspector/network/har/har-page.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alicia Boya García
The following layout test is failing on GTK since it was introduced
http/tests/inspector/network/har/har-page.html
Probable cause:
HTTP version is not being serialized.
- "httpVersion": "HTTP/1.1",
+ "httpVersion": "",
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alicia Boya García
Failing again since r226151-226156.
Michael Catanzaro
(In reply to Alicia Boya García from comment #1)
> Failing again since r226151-226156.
Fixed by r226207.