The test I was reminded to write at Thursday's editors' meeting.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
promise_test(async t => {Should we also have a test where we verify that the direction is copied from t1 if t1 is not stopped? (haven't checked if we already have it, and it can be a separate CL)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Thanks!
promise_test(async t => {Should we also have a test where we verify that the direction is copied from t1 if t1 is not stopped? (haven't checked if we already have it, and it can be a separate CL)
Should be easy to add, but will add as a subsequent CL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/60327.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
WebRTC: Add WPT for ignoring stopping transceivers in addTransceiver
This CL adds a Web Platform Test to verify that addTransceiver ignores
transceivers where the [[Stopping]] internal slot is true when copying
header extensions from existing transceivers of the same kind, matching
the spec change in w3c/webrtc-extensions#250.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |