Bug 175981
| Summary: | Support data: URL in <video crossorigin><track src> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Pieters (:zcorpan) <zcorpan> |
| Component: | Media | Assignee: | 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)
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)
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.