[Webkit-unassigned] [Bug 263050] REGRESSION(iOS17): [ iOS17 wk2 ] fast/dom/collection-iterators.html is a constant failure.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 12 08:03:09 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=263050

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
According to this:
```
#if ENABLE(MEDIA_SOURCE)

bool defaultMediaSourceEnabled()
{
    return !PAL::deviceClassIsSmallScreen();
}

#endif
```

MediaSource is disabled on small screens (iPhones) so it is expected I believe.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231012/30e57149/attachment.htm>


More information about the webkit-unassigned mailing list