mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Support url() values in background-image and mask-image in stylo. r=manishearth
MozReview-Commit-ID: 7IUzzVV9rOi
This commit is contained in:
parent
df4194154e
commit
2d232cecb2
5 changed files with 30 additions and 11 deletions
|
@ -146,7 +146,8 @@ ${helpers.single_keyword("mask-composite",
|
|||
products="gecko",
|
||||
animatable=False)}
|
||||
|
||||
<%helpers:vector_longhand name="mask-image" products="gecko" animatable="False">
|
||||
<%helpers:vector_longhand name="mask-image" products="gecko" animatable="False"
|
||||
has_uncacheable_values="${product == 'gecko'}">
|
||||
use cssparser::ToCss;
|
||||
use std::fmt;
|
||||
use url::Url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue