Bug 97459
Summary: | [EFL] Figure out if it makes sense to make some network-related inspector tests pass | ||
---|---|---|---|
Product: | WebKit | Reporter: | Raphael Kubo da Costa (:rakuco) <rakuco> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Raphael Kubo da Costa (:rakuco)
Currently, all ports skip the following tests:
* http/tests/inspector/network/network-embed.html
* http/tests/inspector/network/network-content-replacement-embed.html
* http/tests/inspector/network/network-size-chunked.html
* http/tests/inspector/network/network-size-sync.html
And most platforms skip the following ones (sometimes gtk, Qt and/or Mac do not skip them):
* http/tests/inspector/network/network-size.html
* http/tests/inspector/network/network-timing.html
The ones skipped by all ports seem to be working for Chrome but its DRT implementation cannot test them. We should investigate whether it makes sense to make them pass on the EFL port or not, as well as check if those skipped by most ports could be skipped in ours.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Raphael Kubo da Costa (:rakuco)
Small correction: http/tests/inspector/network/network-timing.html already passes for us.
Brian Burg
The related test(s) have been removed from trunk.