-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write WPT to check RTCIceCandidatePair is now an interface #2978
Labels
Needs Test
Needs a WPT test
Comments
dontcallmedom
added a commit
to dontcallmedom/web-platform-tests
that referenced
this issue
Jun 7, 2024
dontcallmedom
added a commit
to dontcallmedom/web-platform-tests
that referenced
this issue
Jun 7, 2024
I think web-platform-tests/wpt#46655 accomplishes what we need (although without actual implementation, it's a bit hard to verify) |
dontcallmedom
added a commit
that referenced
this issue
Jun 7, 2024
dontcallmedom
added a commit
to web-platform-tests/wpt
that referenced
this issue
Jun 13, 2024
* Add test for RTCIceCandidatePair interface see w3c/webrtc-pc#2978 * Fix test to wait for ICE connection per #46655 (review) * Fix assert name
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Jun 18, 2024
…ce, a=testonly Automatic update from web-platform-tests Add test for RTCIceCandidatePair interface (#46655) * Add test for RTCIceCandidatePair interface see w3c/webrtc-pc#2978 * Fix test to wait for ICE connection per web-platform-tests/wpt#46655 (review) * Fix assert name -- wpt-commits: 7b74bc1d122c2d322329a25e0a6a99a4c2e9583c wpt-pr: 46655
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Jun 19, 2024
…ce, a=testonly Automatic update from web-platform-tests Add test for RTCIceCandidatePair interface (#46655) * Add test for RTCIceCandidatePair interface see w3c/webrtc-pc#2978 * Fix test to wait for ICE connection per web-platform-tests/wpt#46655 (review) * Fix assert name -- wpt-commits: 7b74bc1d122c2d322329a25e0a6a99a4c2e9583c wpt-pr: 46655 UltraBlame original commit: 8c6ea51b01dcb2c252fb7e2fc73dc5bdefa2d350
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Jun 19, 2024
…ce, a=testonly Automatic update from web-platform-tests Add test for RTCIceCandidatePair interface (#46655) * Add test for RTCIceCandidatePair interface see w3c/webrtc-pc#2978 * Fix test to wait for ICE connection per web-platform-tests/wpt#46655 (review) * Fix assert name -- wpt-commits: 7b74bc1d122c2d322329a25e0a6a99a4c2e9583c wpt-pr: 46655 UltraBlame original commit: 8c6ea51b01dcb2c252fb7e2fc73dc5bdefa2d350
i3roly
pushed a commit
to i3roly/firefox-dynasty
that referenced
this issue
Jun 21, 2024
…ce, a=testonly Automatic update from web-platform-tests Add test for RTCIceCandidatePair interface (#46655) * Add test for RTCIceCandidatePair interface see w3c/webrtc-pc#2978 * Fix test to wait for ICE connection per web-platform-tests/wpt#46655 (review) * Fix assert name -- wpt-commits: 7b74bc1d122c2d322329a25e0a6a99a4c2e9583c wpt-pr: 46655
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this issue
Jun 24, 2024
…ce, a=testonly Automatic update from web-platform-tests Add test for RTCIceCandidatePair interface (#46655) * Add test for RTCIceCandidatePair interface see w3c/webrtc-pc#2978 * Fix test to wait for ICE connection per web-platform-tests/wpt#46655 (review) * Fix assert name -- wpt-commits: 7b74bc1d122c2d322329a25e0a6a99a4c2e9583c wpt-pr: 46655
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #2961:
The idl harness will hopefully test
window.RTCIceCandidatePair
exists, but we should expound on existing WPT webrtc tests to check that what's being returned by UAs areinstanceof
the right type. cc @sam-viThe text was updated successfully, but these errors were encountered: