Re: [webrtc-pc] Finalize webrtc-pc WPT Interop 2026 (#3100)

wrt the h.264 profile-level tests, I support leaving these out of Interop2026. The fact that the tests pass for the middle range of levels on Chrome is purely by accident - the default resolution for video just happens to fit comfortably into that range, the actual limits are ignored by the code. Which is why I wrote the test - to point out that we're ignoring the profile-level restriction.

This line:
```
  if ((numLevel >= 3.1 && numLevel <= 5.2) ? rest : interop2026) continue;
```
shows just how bad this is.

-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/3100#issuecomment-4246853919 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 14 April 2026 20:18:12 UTC