| Summary: | REGRESSION(iOS17): [ iOS17 wk2 ] fast/dom/collection-iterators.html is a constant failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | DOM | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=262489 | ||
|
Description
Ben Schwartz
2023-10-11 17:38:51 PDT
Test gardening commit 269231@main (f0e87effdad9): <https://commits.webkit.org/269231@main> Reviewed commits have been landed. Closing PR #18969 and removing active labels. 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.
Pull request: https://github.com/WebKit/WebKit/pull/18997 Committed 269268@main (6cd43ab65889): <https://commits.webkit.org/269268@main> Reviewed commits have been landed. Closing PR #18997 and removing active labels. Committed 267815.422@safari-7617-branch (6fdf71cdf6db): <https://commits.webkit.org/267815.422@safari-7617-branch> Reviewed commits have been landed. Closing PR #871 and removing active labels. |