-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a "Worker" test type error (#40240)
* Add a "Worker" test type, separate from "OffscreenCanvas". This will allow writing tests that work HtmlCanvas and OffscreenCanvas, but not Worker. For example, the test 2d.fillStyle.CSSHSL.html exists for both element and offscreen, but it can't be implemented for workers because workers can't use the CSSHSL interface. Change-Id: Iec0c07e2942e7e063183763ed02d29f57451bee2 Bug: 1275750 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4557546 Reviewed-by: Yi Xu <yiyix@chromium.org> Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1148821} * Add a "Worker" test type, separate from "OffscreenCanvas". This will allow writing tests that work HtmlCanvas and OffscreenCanvas, but not Worker. For example, the test 2d.fillStyle.CSSHSL.html exists for both element and offscreen, but it can't be implemented for workers because workers can't use the CSSHSL interface. Change-Id: Iec0c07e2942e7e063183763ed02d29f57451bee2 Bug: 1275750 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4557546 Reviewed-by: Yi Xu <yiyix@chromium.org> Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1148821} --------- Co-authored-by: Jean-Philippe Gravel <jpgravel@chromium.org>
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters