forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle font values that contain "var()" for OffscreenCanvas
This is an offscreen equivalent to Bug 1131922. The fix for that bug introduced CSSParser::ParseFont, which handles var() and CSS-wide keywords correctly. Use CSSParser::ParseFont for OffscreenCanvasRenderingContext2D as well. Fixed: 1233430 Change-Id: Ic2119c64dec428f3b34f7fc0c15c86b6bcfe9195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3058649 Reviewed-by: Aaron Krajeski <[email protected]> Commit-Queue: Anders Hartvoll Ruud <[email protected]> Cr-Commit-Position: refs/heads/master@{#906604}
- Loading branch information
1 parent
34cb7e9
commit e7d848c
Showing
3 changed files
with
36 additions
and
0 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