[wpt-sync] Sync PR 30411 - Fix endpoint URLs for COOP navigation reporting tests so that these t…
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30411 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30411
Details from upstream follow.
b'Chris Dumez <cdumez@apple.com>' wrote:
Fix endpoint URLs for COOP navigation reporting tests so that these t…
…ests are runnable with WebKit test infrastructure
The tests were hardcoding
https://{{hosts[][www]}}:{{ports[https][0]}}/reporting/resources/report.pyfor the endpoint URLs.
This resolved tohttps://www.localhost:9443/reporting/resources/report.pybut thehttps://www.localhost:9443host is not
supported by the WebKit layout test infrastructure (we only have https://localhost:9443 & https://127.0.0.1:9443). To make
the tests runnable with the WebKit test infrastructure, I updating the headers files to use relative URLs instead of endpoints.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
Comment 6•4 years ago
|
||
| bugherder | ||
Description
•