As shown in /LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/web-share/canShare.https-expected.txt, we are failing a test: FAIL canShare() files member assert_false: invalid URL invalidates the share expected false got true In WebKit, canShare() assumes that if any of the things passed are valid, then canShare() returns true. However, the spec says that, if something can't be shared, then canShare() should return false.
Pull request: https://github.com/WebKit/WebKit/pull/2217
Committed 252403@main (44186059d58a): <https://commits.webkit.org/252403@main> Reviewed commits have been landed. Closing PR #2217 and removing active labels.
<rdar://problem/96921316>