[Webkit-unassigned] [Bug 223673] [Catalina WK2] 5 media/modern-media-controls/tracks-support tests consistently timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 15:10:38 PDT 2021


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

--- Comment #3 from Devin Rousso <drousso at apple.com> ---
Yeah I think these should work in Catalina.  I wonder why they're working in Big Sur and not Catalina ��

I do see
```
CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'subtitlesMenu.children')
```
in the output, so perhaps adding a
```
-if (subtitlesMenu.children?.length) {
+if (subtitlesMenu?.children?.length) {
```
would fix this?

-- 
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/20210324/5f4af9a3/attachment.htm>


More information about the webkit-unassigned mailing list