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]:
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!