Bug 175981

Summary: Support data: URL in <video crossorigin><track src>
Product: WebKit Reporter: Simon Pieters (:zcorpan) <zcorpan>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: dbates, eric.carlson, jer.noble
Priority: P2    
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Simon Pieters (:zcorpan)
Reported 2017-08-25 03:43:14 PDT
According to https://github.com/w3c/web-platform-tests/issues/4940#issuecomment-281391772 data: URL in <track src> should work, but results in an error event in WebKit when the <video> element has a crossorigin attribute. Also fails in Chromium. Works in Gecko. Test: https://github.com/w3c/web-platform-tests/pull/7008
Attachments
Simon Pieters (:zcorpan)
Comment 1 2017-08-25 03:48:39 PDT
Sorry; this case passes in Chromium. But we have an annoying situation of non-interoperability here: * <video><track src=data:...> works in WebKit, but not in Chromium. * <video crossorigin><track src=data:...> works in Chromium, but not in WebKit.
Note You need to log in before you can comment on or make changes to this bug.