Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix expected results for video loading from multiple origins
See whatwg/html#7655 When loading video from multiple opaque origins (by a middleman service-worker), video loading should fail rather than be alllowed and taint the canvas. That's because some of the video responses may contain metadata such as duration that would leak to the subsequent requests. See whatwg/html#2814 (comment) for further details. This change makes the test case pass in all browsers.
- Loading branch information