Open Bug 1829298 Opened 1 year ago Updated 1 year ago

Fix devtools tests skipped for http3

Categories

(DevTools :: General, task)

task

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

References

Details

Here are the most common cause for failures:

  • tests which still use (for no reason) http instead of https: can just be updated to use https and the test might pass
  • a subclass of those failures is about sourcemap tests using http instead of https, but for those we might need to regenerate the sourcemaps
  • tests using subdomains eg test1.example.org . We are missing certificates for those
  • network tests: assertions will usually differ between http3 and non-http3 and therefore tests might have to be rewritten to accommodate both
Depends on: 1834713
You need to log in before you can comment on or make changes to this bug.