Initial rendering of background-image

This commit is contained in:
Simon Sapin 2020-01-10 18:45:00 +01:00
parent d332dfdb41
commit c6ba6c40b9
3 changed files with 109 additions and 23 deletions

View file

@ -23,7 +23,6 @@ ${helpers.predefined_type(
"background-image",
"ImageLayer",
engines="gecko servo-2013 servo-2020",
servo_2020_pref="layout.2020.unimplemented",
initial_value="computed::ImageLayer::none()",
initial_specified_value="specified::ImageLayer::none()",
spec="https://drafts.csswg.org/css-backgrounds/#the-background-image",