When the following:
WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabsVP8
WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabsVP9
WebrtcEventLogApiTest.TestStartStopWebRtcEventLogging
WebrtcEventLogApiTest.TestStartTimedWebRtcEventLogging
browser tests run with "--enable-features=NetworkService" flag, they fail at:
service_worker_subresource_loader.cc(186)
Check failed: !resource_request.request_body.
Since nullptr is given to the response body parameter |body_stream| in NavigationURLLoaderDelegate::OnResponseStarted():
https://cs.chromium.org/chromium/src/content/browser/loader/navigation_url_loader_network_service.cc?l=617
Comment 1 by mmenke@chromium.org
, Oct 26 2017