Support url() values in background-image and mask-image in stylo. r=manishearth

MozReview-Commit-ID: 7IUzzVV9rOi
This commit is contained in:
Cameron McCormack 2016-10-10 14:55:19 +08:00
parent df4194154e
commit 2d232cecb2
5 changed files with 30 additions and 11 deletions

View file

@ -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;