[wpt-sync] Sync PR 30785 - Fix endpoint URL for a COEP navigation reporting test so that it beco…
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30785 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30785
Details from upstream follow.
b'Chris Dumez <cdumez@apple.com>' wrote:
Fix endpoint URL for a COEP navigation reporting test so that it beco…
…mes runnable with WebKit test infrastructure
The test was hardcoding
https://{{hosts[][www]}}:{{ports[https][0]}}/html/cross-origin-embedder-policy/resources/report.py
for the endpoint URL. This resolved tohttps://www.localhost:9443/html/cross-origin-embedder-policy/resources/report.py
but
thehttps://www.localhost:9443
host is not supported by the WebKit layout test infrastructure (we only have
https://localhost:9443 & https://127.0.0.1:9443). To make the test runnable with the WebKit test infrastructure, I am updating
the headers file to use relative URLs for the endpoints.I made a similar change for COOP tests in #30411.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Comment 6•4 years ago
|
||
bugherder |
Description
•