NEW 277571
Try calling internals.markContextAsInsecure for not HTTPS WPT tests when run from localhost
https://bugs.webkit.org/show_bug.cgi?id=277571
Summary Try calling internals.markContextAsInsecure for not HTTPS WPT tests when run ...
Sam Sneddon [:gsnedders]
Reported 2024-08-02 15:40:28 PDT
Prior to bug 261038 being resolved, we're still running tests on localhost on the Apple ports. However, localhost is a special case hostname and we should be running them from an insecure context. This causes some bogus failures (and differences between Apple and other ports). We should try just calling internals.markContextAsInsecure() in this case in testharnessreport.js which should improve the situation for testharness.js tests at least (and reftests are probably less likely to be impacted by secure contexts).
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-02 15:40:37 PDT
Sam Sneddon [:gsnedders]
Comment 2 2024-08-02 18:40:29 PDT
Note You need to log in before you can comment on or make changes to this bug.