mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement 'background-clip' property in CSS3 Background
This property determines the background painting area, which determines the area within which the background is painted. Spec: http://dev.w3.org/csswg/css-backgrounds-3/#background-clip Fixes #6066.
This commit is contained in:
parent
09f5648153
commit
a51d5de860
7 changed files with 116 additions and 5 deletions
|
@ -22,6 +22,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
== attr_exists_selector.html attr_exists_selector_ref.html
|
||||
== attr_selector_case_sensitivity.html attr_selector_case_sensitivity_ref.html
|
||||
== background_clip_a.html background_clip_ref.html
|
||||
== background_external_stylesheet.html background_ref.html
|
||||
== background_image_position_a.html background_image_position_ref.html
|
||||
== background_none_a.html background_none_b.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue