Commit d02ad9f
committed
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.1 parent 7c61a45 commit d02ad9f
1 file changed
Lines changed: 3 additions & 4 deletions
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
0 commit comments