github web-platform-tests/wpt merge_pr_46874

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
9 months ago

Remove httpRequestStatusCode from test (#46874)

Hi Team,

I was looking into browser specific failures in WebKit and noticed that
we fail following test [1]:

[1] https://wpt.fyi/results/webrtc/RTCError.html?label=master&label=experimental&aligned&q=safari%3Afail

While the interface does not have httpRequestStatusCode as per web
specification [2]:

[2] https://w3c.github.io/webrtc-pc/#rtcerror-interface

Additionally, I noted from GitHub repo, that it was removed in [3]:

[3] w3c/webrtc-pc#2428

This PR is to remove it from the test, so it reflects recent changes and reduce
confusions.

At the same time, I am negative test to ensure httpRequestStatusCode
is not supported on RTCError anymore.

Thanks!

Don't miss a new wpt release

NewReleases is sending notifications on new releases.