mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
style: Provide a specialized parse_method for mask-image to use CORS.
Differential Revision: https://phabricator.services.mozilla.com/D5714
This commit is contained in:
parent
3c6be59d22
commit
b55bfc49fb
2 changed files with 15 additions and 0 deletions
|
@ -183,6 +183,7 @@ ${helpers.predefined_type(
|
|||
"ImageLayer",
|
||||
"Either::First(None_)",
|
||||
initial_specified_value="Either::First(None_)",
|
||||
parse_method="parse_with_cors_anonymous",
|
||||
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-image",
|
||||
vector=True,
|
||||
products="gecko",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue