Automatic update from web-platform-tests 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] https://github.com/w3c/webrtc-pc/pull/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! -- wpt-commits: bc3e8ae808623fdb5e3e5fe1a984efe5c55d4b2d wpt-pr: 46874
WebRTC
This directory contains the WebRTC test suite.
Acknowledgements
Some data channel tests are based on the data channel conformance test suite of the Network Programming Lab of the Münster University of Applied Sciences. We would like to thank Peter Titz, Felix Weinrank and Timo Völker for agreeing to contribute their test cases to this repository.