Currently we pass the AppCache subresource URL factory to the renderer when the
navigation is committed. This works well for the case when the AppCache for
the frame is downloaded and available. However for the case when the AppCache
for the frame is not yet available, we need to pass the subresource factory
along with or before the AppCache update event to the renderer (RenderFrameImpl)
A number of AppCache layout tests fail due to this.
Examples below. Please note that this list is not comprehensive.
http/tests/appcache/simple.html [ Timeout ]
http/tests/appcache/top-frame-3.html [ Crash Timeout ]
http/tests/appcache/video.html [ Failure Timeout ]
http/tests/appcache/whitelist-wildcard.html [ Failure ]
Comment 1 by bugdroid1@chromium.org
, Sep 1 2017