Reland "Add installability test for when start_url has no offline response"
This is a reland of 475e9c81 The original change is reverted due to the difference between the default value of the CheckOfflineCapability feature. In fieldtrial_testing_config.json, the CheckOfflineCapability feature is set to be enabled and its check_mode is "enforce". However, some environment seems to use "warn_only" check_mode. So use parameterized tests for the CheckNotOfflineCapableStartUrl test. Original change's description: > Add installability test for when start_url has no offline response > > The following case should not pass the offline capability check: > - manifest's scope: /banners/ > - manifest's start_url: /banners/manifest_test_page.html?ignore > - service worker's scope: /banners/ > > Bug: 1157242, 965802 > Change-Id: I2832fbc102fd931aecc9d42394f5429e4c66e6aa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596902 > Commit-Queue: Asami Doi <asamidoi@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#840905} Bug: 1163791, 965802 Change-Id: I5b7fc2697708027db5543f47800dd69fdfa005d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616645 Commit-Queue: Asami Doi <asamidoi@chromium.org> Reviewed-by:Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#842421}
Showing
Please register or sign in to comment