[Webkit-unassigned] [Bug 261529] [ macOS ] API tests brings up a "There is no application set to open the URL callback:playing." dialogue box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 13 14:36:00 PDT 2023


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

--- Comment #3 from Robert Jenner <jenner at apple.com> ---
I wasn't able to locally reproduce this. But I have observed every macOS experiencing this issue. It does occur when we run-webkit-tests. Doing a quick search it looks like there are a few files that have reference to this:

Tools/TestWebKitAPI//Tests/WebKitLegacy/ios/video-with-audio.html:14:            window.location = 'callback:playing';
Tools/TestWebKitAPI//Tests/WebKitLegacy/ios/video-with-paused-audio-and-playing-muted.html:25:                window.location = 'callback:playing';
Tools/TestWebKitAPI//Tests/WebKitLegacy/ios/video-with-muted-audio-and-webaudio.html:17:                window.location = 'callback:playing';
Tools/TestWebKitAPI//Tests/WebKitLegacy/ios/video-with-muted-audio.html:14:                window.location = 'callback:playing';
Tools/TestWebKitAPI//Tests/WebKitLegacy/ios/video-without-audio.html:14:            window.location = 'callback:playing';
Tools/TestWebKitAPI//Tests/WebKitLegacy/ios/audio-only.html:14:            window.location = 'callback:playing';
Tools/TestWebKitAPI//Tests/WebKitCocoa/large-video-without-audio.html:15:            window.location = 'callback:playing';
Tools/TestWebKitAPI//Tests/mac/MediaPlaybackSleepAssertion.html:20:            window.location = 'callback:playing';

-- 
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/20230913/e043000f/attachment.htm>


More information about the webkit-unassigned mailing list