WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
175981
Support data: URL in <video crossorigin><track src>
https://bugs.webkit.org/show_bug.cgi?id=175981
Summary
Support data: URL in <video crossorigin><track src>
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug