stylo: Support the rest of the background-xxx P1 properties.

We do the same that with background-{image, repeat}, we just use the first
element until servo can parse and use a list efficiently.
This commit is contained in:
Emilio Cobos Álvarez 2016-06-15 11:38:17 +02:00
parent 2086d216dd
commit fa6dd1d61b
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 70 additions and 13 deletions

View file

@ -184,7 +184,7 @@ ${helpers.predefined_type(
${helpers.single_keyword("background-repeat", "repeat repeat-x repeat-y no-repeat")}
${helpers.single_keyword("background-attachment", "scroll fixed")}
${helpers.single_keyword("background-attachment", "scroll fixed" + (" local" if product == "gecko" else ""))}
${helpers.single_keyword("background-clip", "border-box padding-box content-box")}