webrtc/simulcast/basic.https.html ini file needs bug number
Categories
(Core :: WebRTC: Signaling, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | --- | wontfix |
firefox77 | --- | wontfix |
firefox78 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
Details
Attachments
(1 file)
Looks like the relative path on the script element is not working correctly:
<script src="../third_party/sdp/sdp.js"></script>
Test is in testing/web-platform/tests/webrtc/simulcast
sdp.js is in testing/web-platform/tests/webrtc/third_party/sdp/sdp.js
Looks like a harness issue?
Assignee | ||
Comment 1•5 years ago
|
||
Path should probably be /webrtc/third_party/sdp/sdp.js instead.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
•
|
||
Comment 5•5 years ago
|
||
beware, this is going to result in a merge conflict since I had to add a "long" meta tag in Chrome to unflake the tests (plus there is a new getStats.https.html in the directory)
Also is it just "../third_party" that is an issue but not ../RTCPeerConnection-helper.js?
Assignee | ||
Comment 6•5 years ago
|
||
../RTCPeerConnection-helper.js seems to work. Maybe the harness has changed, and fixed the pathing issue with sdp.js in the meantime? Let me check that.
Comment 7•5 years ago
|
||
there are a couple of other tests that have been around for a while that use a similar approach, e.g. https://wpt.live/webrtc/protocol/msid-parse.html so i'd be surprised if that was a regression
Assignee | ||
Comment 8•5 years ago
|
||
Looks like, for whatever reason, the path is not an issue anymore.
Updated•5 years ago
|
Comment 10•5 years ago
|
||
bugherder |
Comment 11•5 years ago
|
||
The patch landed in nightly and beta is affected.
:bwc, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•5 years ago
|
Description
•