Bug 217227 - [GPU Process] fast/canvas/canvas-createPattern-video-loading.html times out
Summary: [GPU Process] fast/canvas/canvas-createPattern-video-loading.html times out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-02 08:47 PDT by Wenson Hsieh
Modified: 2020-10-02 10:48 PDT (History)
9 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2020-10-02 08:53 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2020-10-02 08:47:36 PDT
This test times out, even after implementing support for `CanvasRenderingContext2D.createPattern(HTMLVideoElement, x, y);`, due to the fact that we (incorrectly) believe that painting the video element to the canvas context will taint the document origin when GPUP is enabled.
Comment 1 Wenson Hsieh 2020-10-02 08:53:01 PDT
Created attachment 410327 [details]
Patch
Comment 2 EWS 2020-10-02 10:34:23 PDT Comment hidden (obsolete)
Comment 3 EWS 2020-10-02 10:47:11 PDT
Committed r267888: <https://trac.webkit.org/changeset/267888>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 410327 [details].