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 EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Raphael Kubo da Costa (:rakuco) 2012-09-24 09:19:57 PDT
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.
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-09-24 09:22:00 PDT
Small correction: http/tests/inspector/network/network-timing.html already passes for us.
Comment 2 Brian Burg 2014-12-17 17:48:37 PST
The related test(s) have been removed from trunk.