mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
auto merge of #5133 : servo/servo/background-size, r=SimonSapin
`background-size` per CSS-BACKGROUNDS § 3.9. Nearest neighbor interpolation is used for `crisp-edges`, like Firefox. A note has been added that we could do better if we wanted to. Multiple backgrounds are not yet supported. Rebase of #4368. Fixes #4368.
This commit is contained in:
commit
e1a50c7719
17 changed files with 522 additions and 34 deletions
|
@ -264,3 +264,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== text_shadow_simple_a.html text_shadow_simple_ref.html
|
||||
== text_shadow_decorations_a.html text_shadow_decorations_ref.html
|
||||
== text_shadow_blur_a.html text_shadow_blur_ref.html
|
||||
!= image_rendering_auto_a.html image_rendering_pixelated_a.html
|
||||
== image_rendering_pixelated_a.html image_rendering_pixelated_ref.html
|
||||
== background_size_a.html background_size_ref.html
|
||||
== background_size_shorthand_a.html background_size_shorthand_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue