[Webkit-unassigned] [Bug 277571] New: Try calling internals.markContextAsInsecure for not HTTPS WPT tests when run from localhost
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 2 15:40:28 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=277571
Bug ID: 277571
Summary: Try calling internals.markContextAsInsecure for not
HTTPS WPT tests when run from localhost
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gsnedders at apple.com
CC: cdumez at apple.com, richard_robinson2 at apple.com,
webkit-bug-importer at group.apple.com
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).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240802/ba6af62b/attachment.htm>
More information about the webkit-unassigned
mailing list